Html Css Color HEX #6B991E Olive Drab

📋 copy color: '#6B991E'

red 107 ◦ green 153 ◦ blue 30

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

Shades of Olive Drab #6B991E

Tints of Olive Drab #6B991E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 52.76%

 BLUE value IS 30 (12.11% from 255) = 10.34%

R = 36.9%
G = 52.76%
B = 10.34%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#6B991E (or 0x6B991E) is known color: Olive Drab. HEX triplet: 6B, 99 and 1E. RGB value is (107,153,30). Sum of RGB (Red+Green+Blue) = 107+153+30=290 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.90% from 290); Green value is 153 (60.16% from 255 or 52.76% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 153 - color contains mainly: green. Hex color #6B991E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B991E is #9466E1. Grayscale: #7D7D7D. Windows color (decimal): -9725666 or 2005355. OLE color: 2005355.

HSL color Cylindrical-coordinate representation of color #6B991E: hue angle of 82.44º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B991E is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB 107 153 30 -
CMYK 0.30 0 0.80 0.4
HSL 82.44º 0.67% 0.36% -
HSV(B) 82.44º 0.8% 0.6% -
XYZ 17.69 26 5.31 -
YUV 125.22 74.26 115 -
System Red Green Blue C M Y K H S L
Decimal 107 153 30 0.30 0 0.80 0.4 82.44 0.67 0.36
Hex 6B 99 1E 1E 0 50 28 52 43 24
Octal 153 231 36 36 0 120 50 122 103 44
Binary 1101011 10011001 11110 11110 0 1010000 101000 1010010 1000011 100100

Color Harmonies of #6B991E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B991E

Black with #6B991E

Text Example


Text Example

White with #6B991E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,153,30); }

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

background-color css

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

 a { background-color: rgb(107,153,30); }

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

border-color css

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

 span { border-color: rgb(107,153,30); }

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