Html Css Color HEX #6B9231 Olive Drab

📋 copy color: '#6B9231'

red 107 ◦ green 146 ◦ blue 49

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

Shades of Olive Drab #6B9231

Tints of Olive Drab #6B9231

RGB

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

 GREEN value IS 146 (57.42% from 255) = 48.34%

 BLUE value IS 49 (19.53% from 255) = 16.23%

R = 35.43%
G = 48.34%
B = 16.23%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#6B9231 (or 0x6B9231) is known color: Olive Drab. HEX triplet: 6B, 92 and 31. RGB value is (107,146,49). Sum of RGB (Red+Green+Blue) = 107+146+49=302 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.43% from 302); Green value is 146 (57.42% from 255 or 48.34% from 302); Blue value is 49 (19.53% from 255 or 16.23% from 302); Max value from RGB is 146 - color contains mainly: green. Hex color #6B9231 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B9231 is #946DCE. Grayscale: #7B7B7B. Windows color (decimal): -9727439 or 3248747. OLE color: 3248747.

HSL color Cylindrical-coordinate representation of color #6B9231: hue angle of 84.12º degrees, saturation: 0.5, 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 #6B9231 is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB 107 146 49 -
CMYK 0.27 0 0.66 0.43
HSL 84.12º 0.5% 0.38% -
HSV(B) 84.12º 0.66% 0.57% -
XYZ 16.9 23.91 6.63 -
YUV 123.28 86.08 116.39 -
System Red Green Blue C M Y K H S L
Decimal 107 146 49 0.27 0 0.66 0.43 84.12 0.5 0.38
Hex 6B 92 31 1B 0 42 2B 54 32 26
Octal 153 222 61 33 0 102 53 124 62 46
Binary 1101011 10010010 110001 11011 0 1000010 101011 1010100 110010 100110

Color Harmonies of #6B9231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9231

Black with #6B9231

Text Example


Text Example

White with #6B9231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,146,49); }

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

background-color css

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

 a { background-color: rgb(107,146,49); }

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

border-color css

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

 span { border-color: rgb(107,146,49); }

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