#6FA372

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

Shades of Oxley #6FA372

Tints of Oxley #6FA372

Color information

#6FA372 (or 0x6FA372) is unknown color: approx Oxley. HEX triplet: 6F, A3 and 72. RGB value is (111,163,114). Sum of RGB (Red+Green+Blue) = 111+163+114=388 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.61% from 388); Green value is 163 (64.06% from 255 or 42.01% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 163 - color contains mainly: green. Hex color #6FA372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA372 is #905C8D. Grayscale: #8E8E8E. Windows color (decimal): -9460878 or 7512943. OLE color: 7512943.

HSL color Cylindrical-coordinate representation of color #6FA372: hue angle of 123.46º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6FA372 is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB111163114-
CMYK0.3200.300.36
HSL123.46º22.03%53.73%-
HSV(B)123.46º31.9%63.92%-
XYZ22.6930.7920.67-
YUV141.87112.27105.98-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.61%
GREEN value IS 163 (64.06% from 255) = 42.01%
BLUE value IS 114 (44.92% from 255) = 29.38%
R=28.61%
G=42.01%
B=29.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1111631140.3200.300.36123.4622.0353.73
Hex6FA3722001E247b1636
Octal15724316240036441732666
Binary1101111101000111110010100000011110100100111101110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,163,114); }

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

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

 a { background-color: rgb(111,163,114); }

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

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

 span { border-color: rgb(111,163,114); }

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