Html Css Color HEX #6B9132 Olive Drab

📋 copy color: '#6B9132'

red 107 ◦ green 145 ◦ blue 50

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

Shades of Olive Drab #6B9132

Tints of Olive Drab #6B9132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.56%

R = 35.43%
G = 48.01%
B = 16.56%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#6B9132 (or 0x6B9132) is known color: Olive Drab. HEX triplet: 6B, 91 and 32. RGB value is (107,145,50). Sum of RGB (Red+Green+Blue) = 107+145+50=302 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.43% from 302); Green value is 145 (57.03% from 255 or 48.01% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 145 - color contains mainly: green. Hex color #6B9132 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B9132 is #946ECD. Grayscale: #7B7B7B. Windows color (decimal): -9727694 or 3314027. OLE color: 3314027.

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

Color convert

RGB 107 145 50 -
CMYK 0.26 0 0.66 0.43
HSL 84º 0.49% 0.38% -
HSV(B) 84º 0.66% 0.57% -
XYZ 16.76 23.61 6.69 -
YUV 122.81 86.91 116.72 -
System Red Green Blue C M Y K H S L
Decimal 107 145 50 0.26 0 0.66 0.43 84 0.49 0.38
Hex 6B 91 32 1A 0 42 2B 54 31 26
Octal 153 221 62 32 0 102 53 124 61 46
Binary 1101011 10010001 110010 11010 0 1000010 101011 1010100 110001 100110

Color Harmonies of #6B9132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9132

Black with #6B9132

Text Example


Text Example

White with #6B9132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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