#C0CC7F

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

Shades of Pine Glade #C0CC7F

Tints of Pine Glade #C0CC7F

Color information

#C0CC7F (or 0xC0CC7F) is unknown color: approx Pine Glade. HEX triplet: C0, CC and 7F. RGB value is (192,204,127). Sum of RGB (Red+Green+Blue) = 192+204+127=523 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.71% from 523); Green value is 204 (80.08% from 255 or 39.01% from 523); Blue value is 127 (50% from 255 or 24.28% from 523); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CC7F is #3F3380. Grayscale: #BFBFBF. Windows color (decimal): -4141953 or 8375488. OLE color: 8375488.

HSL color Cylindrical-coordinate representation of color #C0CC7F: hue angle of 69.35º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0CC7F is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB192204127-
CMYK0.0600.380.2
HSL69.35º43.02%64.9%-
HSV(B)69.35º37.75%80%-
XYZ47.1655.9228.39-
YUV191.6391.52128.26-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.71%
GREEN value IS 204 (80.08% from 255) = 39.01%
BLUE value IS 127 (50% from 255) = 24.28%
R=36.71%
G=39.01%
B=24.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1922041270.0600.380.269.3543.0264.9
HexC0CC7F602614452b41
Octal30031417760462410553101
Binary1100000011001100111111111001001101010010001011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CC7F; }

 p { color: rgb(192,204,127); }

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

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

 a { background-color: rgb(192,204,127); }

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

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

 span { border-color: rgb(192,204,127); }

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