#6F8826

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

Shades of Olive Drab #6F8826

Tints of Olive Drab #6F8826

Color information

#6F8826 (or 0x6F8826) is unknown color: approx Olive Drab. HEX triplet: 6F, 88 and 26. RGB value is (111,136,38). Sum of RGB (Red+Green+Blue) = 111+136+38=285 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.95% from 285); Green value is 136 (53.52% from 255 or 47.72% from 285); Blue value is 38 (15.23% from 255 or 13.33% from 285); Max value from RGB is 136 - color contains mainly: green. Hex color #6F8826 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8826 is #9077D9. Grayscale: #757575. Windows color (decimal): -9467866 or 2525295. OLE color: 2525295.

HSL color Cylindrical-coordinate representation of color #6F8826: hue angle of 75.31º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F8826 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB11113638-
CMYK0.1800.720.47
HSL75.31º56.32%34.12%-
HSV(B)75.31º72.06%53.33%-
XYZ15.7121.135.08-
YUV117.3583.22123.47-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.95%
GREEN value IS 136 (53.52% from 255) = 47.72%
BLUE value IS 38 (15.23% from 255) = 13.33%
R=38.95%
G=47.72%
B=13.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal111136380.1800.720.4775.3156.3234.12
Hex6F8826120482F4b3822
Octal15721046220110571137042
Binary11011111000100010011010010010010001011111001011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,136,38); }

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

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

 a { background-color: rgb(111,136,38); }

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

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

 span { border-color: rgb(111,136,38); }

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