#C6C77A

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

Shades of Pine Glade #C6C77A

Tints of Pine Glade #C6C77A

Color information

#C6C77A (or 0xC6C77A) is unknown color: approx Pine Glade. HEX triplet: C6, C7 and 7A. RGB value is (198,199,122). Sum of RGB (Red+Green+Blue) = 198+199+122=519 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.15% from 519); Green value is 199 (78.12% from 255 or 38.34% from 519); Blue value is 122 (48.05% from 255 or 23.51% from 519); Max value from RGB is 199 - color contains mainly: green. Hex color #C6C77A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C77A is #393885. Grayscale: #BEBEBE. Windows color (decimal): -3750022 or 8046534. OLE color: 8046534.

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

Color convert

RGB198199122-
CMYK0.0100.390.22
HSL60.78º40.74%62.94%-
HSV(B)60.78º38.69%78.04%-
XYZ47.2254.2626.4-
YUV189.9289.67133.76-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.15%
GREEN value IS 199 (78.12% from 255) = 38.34%
BLUE value IS 122 (48.05% from 255) = 23.51%
R=38.15%
G=38.34%
B=23.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981991220.0100.390.2260.7840.7462.94
HexC6C77A1027163d293f
Octal306307172104726755177
Binary110001101100011111110101010011110110111101101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C77A; }

 p { color: rgb(198,199,122); }

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

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

 a { background-color: rgb(198,199,122); }

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

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

 span { border-color: rgb(198,199,122); }

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