#6CA46F

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

Shades of Oxley #6CA46F

Tints of Oxley #6CA46F

Color information

#6CA46F (or 0x6CA46F) is unknown color: approx Oxley. HEX triplet: 6C, A4 and 6F. RGB value is (108,164,111). Sum of RGB (Red+Green+Blue) = 108+164+111=383 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.20% from 383); Green value is 164 (64.45% from 255 or 42.82% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 164 - color contains mainly: green. Hex color #6CA46F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA46F is #935B90. Grayscale: #8D8D8D. Windows color (decimal): -9657233 or 7316588. OLE color: 7316588.

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

Color convert

RGB108164111-
CMYK0.3400.320.36
HSL123.21º23.53%53.33%-
HSV(B)123.21º34.15%64.31%-
XYZ22.3330.8919.82-
YUV141.21110.95104.31-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.20%
GREEN value IS 164 (64.45% from 255) = 42.82%
BLUE value IS 111 (43.75% from 255) = 28.98%
R=28.20%
G=42.82%
B=28.98%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1081641110.3400.320.36123.2123.5353.33
Hex6CA46F22020247b1835
Octal15424415742040441733065
Binary11011001010010011011111000100100000100100111101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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