#6CA479

Color #6CA479 Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #6CA479

Tints of Oxley #6CA479

Color information

#6CA479 (or 0x6CA479) is unknown color: approx Oxley. HEX triplet: 6C, A4 and 79. RGB value is (108,164,121). Sum of RGB (Red+Green+Blue) = 108+164+121=393 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.48% from 393); Green value is 164 (64.45% from 255 or 41.73% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 164 - color contains mainly: green. Hex color #6CA479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA479 is #935B86. Grayscale: #8E8E8E. Windows color (decimal): -9657223 or 7971948. OLE color: 7971948.

HSL color Cylindrical-coordinate representation of color #6CA479: hue angle of 133.93º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6CA479 is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB108164121-
CMYK0.3400.260.36
HSL133.93º23.53%53.33%-
HSV(B)133.93º34.15%64.31%-
XYZ22.9131.1222.89-
YUV142.35115.95103.5-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.48%
GREEN value IS 164 (64.45% from 255) = 41.73%
BLUE value IS 121 (47.66% from 255) = 30.79%
R=27.48%
G=41.73%
B=30.79%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1081641210.3400.260.36133.9323.5353.33
Hex6CA4792201A24861835
Octal15424417142032442063065
Binary11011001010010011110011000100110101001001000011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6CA479; }

 p { color: rgb(108,164,121); }

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

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

 a { background-color: rgb(108,164,121); }

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

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

 span { border-color: rgb(108,164,121); }

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