#6F842C

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

Shades of Olive Drab #6F842C

Tints of Olive Drab #6F842C

Color information

#6F842C (or 0x6F842C) is unknown color: approx Olive Drab. HEX triplet: 6F, 84 and 2C. RGB value is (111,132,44). Sum of RGB (Red+Green+Blue) = 111+132+44=287 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.68% from 287); Green value is 132 (51.95% from 255 or 45.99% from 287); Blue value is 44 (17.58% from 255 or 15.33% from 287); Max value from RGB is 132 - color contains mainly: green. Hex color #6F842C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F842C is #907BD3. Grayscale: #747474. Windows color (decimal): -9468884 or 2917487. OLE color: 2917487.

HSL color Cylindrical-coordinate representation of color #6F842C: hue angle of 74.32º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F842C is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB11113244-
CMYK0.1600.670.48
HSL74.32º50%34.51%-
HSV(B)74.32º66.67%51.76%-
XYZ15.2620.065.45-
YUV115.6987.54124.66-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.68%
GREEN value IS 132 (51.95% from 255) = 45.99%
BLUE value IS 44 (17.58% from 255) = 15.33%
R=38.68%
G=45.99%
B=15.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal111132440.1600.670.4874.325034.51
Hex6F842C10043304a3223
Octal15720454200103601126243
Binary11011111000010010110010000010000111100001001010110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F842C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,132,44); }

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

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

 a { background-color: rgb(111,132,44); }

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

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

 span { border-color: rgb(111,132,44); }

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