#c0c77c

Color #C0C77C Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #C0C77C

Tints of Pine Glade #C0C77C

Color information

#C0C77C (or 0xC0C77C) is unknown color: approx Pine Glade. HEX triplet: C0, C7 and 7C. RGB value is (192,199,124). Sum of RGB (Red+Green+Blue) = 192+199+124=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 199 (78.12% from 255 or 38.64% from 515); Blue value is 124 (48.83% from 255 or 24.08% from 515); Max value from RGB is 199 - color contains mainly: green. Hex color #C0C77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C77C is #3F3883. Grayscale: #BCBCBC. Windows color (decimal): -4143236 or 8177600. OLE color: 8177600.

HSL color Cylindrical-coordinate representation of color #C0C77C: hue angle of 65.6º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0C77C is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB192199124-
CMYK0.0400.380.22
HSL65.6º40.11%63.33%-
HSV(B)65.6º37.69%78.04%-
XYZ45.853.5126.98-
YUV188.3691.68130.6-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.28%
GREEN value IS 199 (78.12% from 255) = 38.64%
BLUE value IS 124 (48.83% from 255) = 24.08%
R=37.28%
G=38.64%
B=24.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1921991240.0400.380.2265.640.1163.33
HexC0C77C40261642283f
Octal3003071744046261025077
Binary110000001100011111111001000100110101101000010101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c0c77c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c0c77c; }

 p { color: rgb(192,199,124); }

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

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

 a { background-color: rgb(192,199,124); }

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

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

 span { border-color: rgb(192,199,124); }

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