#6CA472

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

Shades of Oxley #6CA472

Tints of Oxley #6CA472

Color information

#6CA472 (or 0x6CA472) is unknown color: approx Oxley. HEX triplet: 6C, A4 and 72. RGB value is (108,164,114). Sum of RGB (Red+Green+Blue) = 108+164+114=386 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.98% from 386); Green value is 164 (64.45% from 255 or 42.49% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 164 - color contains mainly: green. Hex color #6CA472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA472 is #935B8D. Grayscale: #8D8D8D. Windows color (decimal): -9657230 or 7513196. OLE color: 7513196.

HSL color Cylindrical-coordinate representation of color #6CA472: hue angle of 126.43º 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 #6CA472 is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB108164114-
CMYK0.3400.300.36
HSL126.43º23.53%53.33%-
HSV(B)126.43º34.15%64.31%-
XYZ22.530.9520.71-
YUV141.56112.45104.07-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.98%
GREEN value IS 164 (64.45% from 255) = 42.49%
BLUE value IS 114 (44.92% from 255) = 29.53%
R=27.98%
G=42.49%
B=29.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1081641140.3400.300.36126.4323.5353.33
Hex6CA4722201E247e1835
Octal15424416242036441763065
Binary1101100101001001110010100010011110100100111111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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