Html Css Color HEX #6F8F1D Olive Drab

📋 copy color: '#6F8F1D'

red 111 ◦ green 143 ◦ blue 29

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

Shades of Olive Drab #6F8F1D

Tints of Olive Drab #6F8F1D

RGB

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

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

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

R = 39.22%
G = 50.53%
B = 10.25%

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

#6F8F1D (or 0x6F8F1D) is known color: Olive Drab. HEX triplet: 6F, 8F and 1D. RGB value is (111,143,29). Sum of RGB (Red+Green+Blue) = 111+143+29=283 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.22% from 283); Green value is 143 (56.25% from 255 or 50.53% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 143 - color contains mainly: green. Hex color #6F8F1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8F1D is #9070E2. Grayscale: #787878. Windows color (decimal): -9466083 or 1937263. OLE color: 1937263.

HSL color Cylindrical-coordinate representation of color #6F8F1D: hue angle of 76.84º 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 #6F8F1D is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB 111 143 29 -
CMYK 0.22 0 0.80 0.44
HSL 76.84º 0.66% 0.34% -
HSV(B) 76.84º 0.8% 0.56% -
XYZ 16.6 23.11 4.75 -
YUV 120.44 76.4 121.27 -
System Red Green Blue C M Y K H S L
Decimal 111 143 29 0.22 0 0.80 0.44 76.84 0.66 0.34
Hex 6F 8F 1D 16 0 50 2C 4D 42 22
Octal 157 217 35 26 0 120 54 115 102 42
Binary 1101111 10001111 11101 10110 0 1010000 101100 1001101 1000010 100010

Color Harmonies of #6F8F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8F1D

Black with #6F8F1D

Text Example


Text Example

White with #6F8F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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