Html Css Color HEX #6F8E1D Olive Drab

📋 copy color: '#6F8E1D'

red 111 ◦ green 142 ◦ blue 29

#6F8E1D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #6F8E1D

Tints of Olive Drab #6F8E1D

RGB

 RED value IS 111 (43.75% from 255) = 39.36%

 GREEN value IS 142 (55.86% from 255) = 50.35%

 BLUE value IS 29 (11.72% from 255) = 10.28%

R = 39.36%
G = 50.35%
B = 10.28%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.80

 K value IS 0.44

RGB Variations

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

Color information

#6F8E1D (or 0x6F8E1D) is known color: Olive Drab. HEX triplet: 6F, 8E and 1D. RGB value is (111,142,29). Sum of RGB (Red+Green+Blue) = 111+142+29=282 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.36% from 282); Green value is 142 (55.86% from 255 or 50.35% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 142 - color contains mainly: green. Hex color #6F8E1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8E1D is #9071E2. Grayscale: #787878. Windows color (decimal): -9466339 or 1937007. OLE color: 1937007.

HSL color Cylindrical-coordinate representation of color #6F8E1D: hue angle of 76.46º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F8E1D is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB 111 142 29 -
CMYK 0.22 0 0.80 0.44
HSL 76.46º 0.66% 0.34% -
HSV(B) 76.46º 0.8% 0.56% -
XYZ 16.45 22.81 4.7 -
YUV 119.85 76.73 121.69 -
System Red Green Blue C M Y K H S L
Decimal 111 142 29 0.22 0 0.80 0.44 76.46 0.66 0.34
Hex 6F 8E 1D 16 0 50 2C 4C 42 22
Octal 157 216 35 26 0 120 54 114 102 42
Binary 1101111 10001110 11101 10110 0 1010000 101100 1001100 1000010 100010

Color Harmonies of #6F8E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8E1D

Black with #6F8E1D

Text Example


Text Example

White with #6F8E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,142,29); }

 H1.HeaderClassName
 {
   color: #6F8E1D;
 }
 .AnyTagClassName
 {
   color: #6F8E1D;
 }
</style>

background-color css

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

 a { background-color: rgb(111,142,29); }

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

border-color css

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

 span { border-color: rgb(111,142,29); }

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