Html Css Color HEX #6B911F Olive Drab

📋 copy color: '#6B911F'

red 107 ◦ green 145 ◦ blue 31

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

Shades of Olive Drab #6B911F

Tints of Olive Drab #6B911F

RGB

 RED value IS 107 (42.19% from 255) = 37.81%

 GREEN value IS 145 (57.03% from 255) = 51.24%

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

R = 37.81%
G = 51.24%
B = 10.95%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.79

 K value IS 0.43

RGB Variations

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

Color information

#6B911F (or 0x6B911F) is known color: Olive Drab. HEX triplet: 6B, 91 and 1F. RGB value is (107,145,31). Sum of RGB (Red+Green+Blue) = 107+145+31=283 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.81% from 283); Green value is 145 (57.03% from 255 or 51.24% from 283); Blue value is 31 (12.5% from 255 or 10.95% from 283); Max value from RGB is 145 - color contains mainly: green. Hex color #6B911F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B911F is #946EE0. Grayscale: #797979. Windows color (decimal): -9727713 or 2068843. OLE color: 2068843.

HSL color Cylindrical-coordinate representation of color #6B911F: hue angle of 80º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B911F is Cyan = 0.26, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB 107 145 31 -
CMYK 0.26 0 0.79 0.43
HSL 80º 0.65% 0.35% -
HSV(B) 80º 0.79% 0.57% -
XYZ 16.44 23.48 4.96 -
YUV 120.64 77.41 118.27 -
System Red Green Blue C M Y K H S L
Decimal 107 145 31 0.26 0 0.79 0.43 80 0.65 0.35
Hex 6B 91 1F 1A 0 4F 2B 50 41 23
Octal 153 221 37 32 0 117 53 120 101 43
Binary 1101011 10010001 11111 11010 0 1001111 101011 1010000 1000001 100011

Color Harmonies of #6B911F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B911F

Black with #6B911F

Text Example


Text Example

White with #6B911F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,145,31); }

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

background-color css

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

 a { background-color: rgb(107,145,31); }

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

border-color css

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

 span { border-color: rgb(107,145,31); }

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