Html Css Color HEX #6B9620 Olive Drab

📋 copy color: '#6B9620'

red 107 ◦ green 150 ◦ blue 32

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

Shades of Olive Drab #6B9620

Tints of Olive Drab #6B9620

RGB

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

 GREEN value IS 150 (58.98% from 255) = 51.9%

 BLUE value IS 32 (12.89% from 255) = 11.07%

R = 37.02%
G = 51.9%
B = 11.07%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#6B9620 (or 0x6B9620) is known color: Olive Drab. HEX triplet: 6B, 96 and 20. RGB value is (107,150,32). Sum of RGB (Red+Green+Blue) = 107+150+32=289 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.02% from 289); Green value is 150 (58.98% from 255 or 51.90% from 289); Blue value is 32 (12.89% from 255 or 11.07% from 289); Max value from RGB is 150 - color contains mainly: green. Hex color #6B9620 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B9620 is #9469DF. Grayscale: #7C7C7C. Windows color (decimal): -9726432 or 2135659. OLE color: 2135659.

HSL color Cylindrical-coordinate representation of color #6B9620: hue angle of 81.86º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B9620 is Cyan = 0.29, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 107 150 32 -
CMYK 0.29 0 0.79 0.41
HSL 81.86º 0.65% 0.36% -
HSV(B) 81.86º 0.79% 0.59% -
XYZ 17.23 25.04 5.29 -
YUV 123.69 76.25 116.09 -
System Red Green Blue C M Y K H S L
Decimal 107 150 32 0.29 0 0.79 0.41 81.86 0.65 0.36
Hex 6B 96 20 1D 0 4F 29 52 41 24
Octal 153 226 40 35 0 117 51 122 101 44
Binary 1101011 10010110 100000 11101 0 1001111 101001 1010010 1000001 100100

Color Harmonies of #6B9620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9620

Black with #6B9620

Text Example


Text Example

White with #6B9620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,150,32); }

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

background-color css

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

 a { background-color: rgb(107,150,32); }

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

border-color css

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

 span { border-color: rgb(107,150,32); }

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