Html Css Color HEX #6B9124 Olive Drab

📋 copy color: '#6B9124'

red 107 ◦ green 145 ◦ blue 36

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

Shades of Olive Drab #6B9124

Tints of Olive Drab #6B9124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.5%

R = 37.15%
G = 50.35%
B = 12.5%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.75

 K value IS 0.43

RGB Variations

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

Color information

#6B9124 (or 0x6B9124) is known color: Olive Drab. HEX triplet: 6B, 91 and 24. RGB value is (107,145,36). Sum of RGB (Red+Green+Blue) = 107+145+36=288 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.15% from 288); Green value is 145 (57.03% from 255 or 50.35% from 288); Blue value is 36 (14.45% from 255 or 12.5% from 288); Max value from RGB is 145 - color contains mainly: green. Hex color #6B9124 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B9124 is #946EDB. Grayscale: #797979. Windows color (decimal): -9727708 or 2396523. OLE color: 2396523.

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

Color convert

RGB 107 145 36 -
CMYK 0.26 0 0.75 0.43
HSL 80.92º 0.6% 0.35% -
HSV(B) 80.92º 0.75% 0.57% -
XYZ 16.51 23.5 5.34 -
YUV 121.21 79.91 117.86 -
System Red Green Blue C M Y K H S L
Decimal 107 145 36 0.26 0 0.75 0.43 80.92 0.6 0.35
Hex 6B 91 24 1A 0 4B 2B 51 3C 23
Octal 153 221 44 32 0 113 53 121 74 43
Binary 1101011 10010001 100100 11010 0 1001011 101011 1010001 111100 100011

Color Harmonies of #6B9124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9124

Black with #6B9124

Text Example


Text Example

White with #6B9124

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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