Html Css Color HEX #6D992B Olive Drab

📋 copy color: '#6D992B'

red 109 ◦ green 153 ◦ blue 43

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

Shades of Olive Drab #6D992B

Tints of Olive Drab #6D992B

RGB

 RED value IS 109 (42.97% from 255) = 35.74%

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

 BLUE value IS 43 (17.19% from 255) = 14.1%

R = 35.74%
G = 50.16%
B = 14.1%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.72

 K value IS 0.4

RGB Variations

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

Color information

#6D992B (or 0x6D992B) is known color: Olive Drab. HEX triplet: 6D, 99 and 2B. RGB value is (109,153,43). Sum of RGB (Red+Green+Blue) = 109+153+43=305 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.74% from 305); Green value is 153 (60.16% from 255 or 50.16% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 153 - color contains mainly: green. Hex color #6D992B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D992B is #9266D4. Grayscale: #7F7F7F. Windows color (decimal): -9594581 or 2857325. OLE color: 2857325.

HSL color Cylindrical-coordinate representation of color #6D992B: hue angle of 84º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6D992B is Cyan = 0.29, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.4.

Color convert

RGB 109 153 43 -
CMYK 0.29 0 0.72 0.4
HSL 84º 0.56% 0.38% -
HSV(B) 84º 0.72% 0.6% -
XYZ 18.13 26.21 6.39 -
YUV 127.3 80.42 114.94 -
System Red Green Blue C M Y K H S L
Decimal 109 153 43 0.29 0 0.72 0.4 84 0.56 0.38
Hex 6D 99 2B 1D 0 48 28 54 38 26
Octal 155 231 53 35 0 110 50 124 70 46
Binary 1101101 10011001 101011 11101 0 1001000 101000 1010100 111000 100110

Color Harmonies of #6D992B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D992B

Black with #6D992B

Text Example


Text Example

White with #6D992B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,153,43); }

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

background-color css

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

 a { background-color: rgb(109,153,43); }

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

border-color css

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

 span { border-color: rgb(109,153,43); }

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