#7C9C27

Color #7C9C27 Sushi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sushi #7C9C27

Tints of Sushi #7C9C27

Color information

#7C9C27 (or 0x7C9C27) is unknown color: approx Sushi. HEX triplet: 7C, 9C and 27. RGB value is (124,156,39). Sum of RGB (Red+Green+Blue) = 124+156+39=319 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.87% from 319); Green value is 156 (61.33% from 255 or 48.90% from 319); Blue value is 39 (15.62% from 255 or 12.23% from 319); Max value from RGB is 156 - color contains mainly: green. Hex color #7C9C27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9C27 is #8363D8. Grayscale: #858585. Windows color (decimal): -8610777 or 2595964. OLE color: 2595964.

HSL color Cylindrical-coordinate representation of color #7C9C27: hue angle of 76.41º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7C9C27 is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.39.

Color convert

RGB12415639-
CMYK0.2100.750.39
HSL76.41º60%38.24%-
HSV(B)76.41º75%61.18%-
XYZ20.5728.216.28-
YUV133.0974.9121.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 124 (48.83% from 255) = 38.87%
GREEN value IS 156 (61.33% from 255) = 48.90%
BLUE value IS 39 (15.62% from 255) = 12.23%
R=38.87%
G=48.90%
B=12.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal124156390.2100.750.3976.416038.24
Hex7C9C271504B274c3c26
Octal17423447250113471147446
Binary11111001001110010011110101010010111001111001100111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C9C27; }

 p { color: rgb(124,156,39); }

 H1.HeaderClassName
 {
   color: #7C9C27;
 }
 .AnyTagClassName
 {
   color: #7C9C27;
 }
</style>
background-color css

<style>
 a { background-color: #7C9C27; }

 a { background-color: rgb(124,156,39); }

 div.DivClassName
 {
   background-color: #7C9C27;
 }
 .BgClassName
 {
   background-color: #7C9C27;
 }
</style>
border-color css

<style>
 span { border-color: #7C9C27; }

 span { border-color: rgb(124,156,39); }

 td.TdClassName
 {
   border-color: #7C9C27;
 }
 .TagClassName
 {
   border-color: #7C9C27;
 }
</style>