#6F8A27

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

Shades of Olive Drab #6F8A27

Tints of Olive Drab #6F8A27

Color information

#6F8A27 (or 0x6F8A27) is unknown color: approx Olive Drab. HEX triplet: 6F, 8A and 27. RGB value is (111,138,39). Sum of RGB (Red+Green+Blue) = 111+138+39=288 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.54% from 288); Green value is 138 (54.30% from 255 or 47.92% from 288); Blue value is 39 (15.62% from 255 or 13.54% from 288); Max value from RGB is 138 - color contains mainly: green. Hex color #6F8A27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8A27 is #9075D8. Grayscale: #777777. Windows color (decimal): -9467353 or 2591343. OLE color: 2591343.

HSL color Cylindrical-coordinate representation of color #6F8A27: hue angle of 76.36º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F8A27 is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.46.

Color convert

RGB11113839-
CMYK0.2000.720.46
HSL76.36º55.93%34.71%-
HSV(B)76.36º71.74%54.12%-
XYZ16.0121.75.26-
YUV118.6483.05122.55-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.54%
GREEN value IS 138 (54.30% from 255) = 47.92%
BLUE value IS 39 (15.62% from 255) = 13.54%
R=38.54%
G=47.92%
B=13.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal111138390.2000.720.4676.3655.9334.71
Hex6F8A27140482E4c3823
Octal15721247240110561147043
Binary11011111000101010011110100010010001011101001100111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,138,39); }

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

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

 a { background-color: rgb(111,138,39); }

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

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

 span { border-color: rgb(111,138,39); }

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