Html Css Color HEX #6F8C1F Olive Drab

📋 copy color: '#6F8C1F'

red 111 ◦ green 140 ◦ blue 31

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

Shades of Olive Drab #6F8C1F

Tints of Olive Drab #6F8C1F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 49.65%

 BLUE value IS 31 (12.5% from 255) = 10.99%

R = 39.36%
G = 49.65%
B = 10.99%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#6F8C1F (or 0x6F8C1F) is known color: Olive Drab. HEX triplet: 6F, 8C and 1F. RGB value is (111,140,31). Sum of RGB (Red+Green+Blue) = 111+140+31=282 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.36% from 282); Green value is 140 (55.08% from 255 or 49.65% from 282); Blue value is 31 (12.5% from 255 or 10.99% from 282); Max value from RGB is 140 - color contains mainly: green. Hex color #6F8C1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8C1F is #9073E0. Grayscale: #777777. Windows color (decimal): -9466849 or 2067567. OLE color: 2067567.

HSL color Cylindrical-coordinate representation of color #6F8C1F: hue angle of 75.96º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6F8C1F is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB 111 140 31 -
CMYK 0.21 0 0.78 0.45
HSL 75.96º 0.64% 0.34% -
HSV(B) 75.96º 0.78% 0.55% -
XYZ 16.18 22.23 4.74 -
YUV 118.9 78.39 122.36 -
System Red Green Blue C M Y K H S L
Decimal 111 140 31 0.21 0 0.78 0.45 75.96 0.64 0.34
Hex 6F 8C 1F 15 0 4E 2D 4C 40 22
Octal 157 214 37 25 0 116 55 114 100 42
Binary 1101111 10001100 11111 10101 0 1001110 101101 1001100 1000000 100010

Color Harmonies of #6F8C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8C1F

Black with #6F8C1F

Text Example


Text Example

White with #6F8C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,140,31); }

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

background-color css

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

 a { background-color: rgb(111,140,31); }

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

border-color css

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

 span { border-color: rgb(111,140,31); }

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