Html Css Color HEX #6F8E1C Olive Drab

📋 copy color: '#6F8E1C'

red 111 ◦ green 142 ◦ blue 28

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

Shades of Olive Drab #6F8E1C

Tints of Olive Drab #6F8E1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.96%

R = 39.5%
G = 50.53%
B = 9.96%

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

#6F8E1C (or 0x6F8E1C) is known color: Olive Drab. HEX triplet: 6F, 8E and 1C. RGB value is (111,142,28). Sum of RGB (Red+Green+Blue) = 111+142+28=281 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.50% from 281); Green value is 142 (55.86% from 255 or 50.53% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 142 - color contains mainly: green. Hex color #6F8E1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8E1C is #9071E3. Grayscale: #787878. Windows color (decimal): -9466340 or 1871471. OLE color: 1871471.

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

Color convert

RGB 111 142 28 -
CMYK 0.22 0 0.80 0.44
HSL 76.32º 0.67% 0.33% -
HSV(B) 76.32º 0.8% 0.56% -
XYZ 16.44 22.81 4.63 -
YUV 119.74 76.23 121.77 -
System Red Green Blue C M Y K H S L
Decimal 111 142 28 0.22 0 0.80 0.44 76.32 0.67 0.33
Hex 6F 8E 1C 16 0 50 2C 4C 43 21
Octal 157 216 34 26 0 120 54 114 103 41
Binary 1101111 10001110 11100 10110 0 1010000 101100 1001100 1000011 100001

Color Harmonies of #6F8E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8E1C

Black with #6F8E1C

Text Example


Text Example

White with #6F8E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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