#6CA370

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

Shades of Oxley #6CA370

Tints of Oxley #6CA370

Color information

#6CA370 (or 0x6CA370) is unknown color: approx Oxley. HEX triplet: 6C, A3 and 70. RGB value is (108,163,112). Sum of RGB (Red+Green+Blue) = 108+163+112=383 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.20% from 383); Green value is 163 (64.06% from 255 or 42.56% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 163 - color contains mainly: green. Hex color #6CA370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA370 is #935C8F. Grayscale: #8C8C8C. Windows color (decimal): -9657488 or 7381868. OLE color: 7381868.

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

Color convert

RGB108163112-
CMYK0.3400.310.36
HSL124.36º23.01%53.14%-
HSV(B)124.36º33.74%63.92%-
XYZ22.2130.5520.06-
YUV140.74111.78104.65-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.20%
GREEN value IS 163 (64.06% from 255) = 42.56%
BLUE value IS 112 (44.14% from 255) = 29.24%
R=28.20%
G=42.56%
B=29.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1081631120.3400.310.36124.3623.0153.14
Hex6CA3702201F247c1735
Octal15424316042037441742765
Binary1101100101000111110000100010011111100100111110010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,163,112); }

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

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

 a { background-color: rgb(108,163,112); }

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

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

 span { border-color: rgb(108,163,112); }

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