Html Css Color HEX #6F8F06 Olive Drab

📋 copy color: '#6F8F06'

red 111 ◦ green 143 ◦ blue 6

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

Shades of Olive Drab #6F8F06

Tints of Olive Drab #6F8F06

RGB

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

 GREEN value IS 143 (56.25% from 255) = 55%

 BLUE value IS 6 (2.73% from 255) = 2.31%

R = 42.69%
G = 55%
B = 2.31%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.96

 K value IS 0.44

RGB Variations

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

Color information

#6F8F06 (or 0x6F8F06) is known color: Olive Drab. HEX triplet: 6F, 8F and 06. RGB value is (111,143,6). Sum of RGB (Red+Green+Blue) = 111+143+6=260 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.69% from 260); Green value is 143 (56.25% from 255 or 55% from 260); Blue value is 6 (2.73% from 255 or 2.31% from 260); Max value from RGB is 143 - color contains mainly: green. Hex color #6F8F06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F8F06 is #9070F9. Grayscale: #767676. Windows color (decimal): -9466106 or 429935. OLE color: 429935.

HSL color Cylindrical-coordinate representation of color #6F8F06: hue angle of 74.01º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F8F06 is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB 111 143 6 -
CMYK 0.22 0 0.96 0.44
HSL 74.01º 0.92% 0.29% -
HSV(B) 74.01º 0.96% 0.56% -
XYZ 16.41 23.04 3.75 -
YUV 117.81 64.9 123.14 -
System Red Green Blue C M Y K H S L
Decimal 111 143 6 0.22 0 0.96 0.44 74.01 0.92 0.29
Hex 6F 8F 6 16 0 60 2C 4A 5C 1D
Octal 157 217 6 26 0 140 54 112 134 35
Binary 1101111 10001111 110 10110 0 1100000 101100 1001010 1011100 11101

Color Harmonies of #6F8F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8F06

Black with #6F8F06

Text Example


Text Example

White with #6F8F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,143,6); }

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

background-color css

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

 a { background-color: rgb(111,143,6); }

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

border-color css

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

 span { border-color: rgb(111,143,6); }

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