Html Css Color HEX #6E960B Olive Drab

📋 copy color: '#6E960B'

red 110 ◦ green 150 ◦ blue 11

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

Shades of Olive Drab #6E960B

Tints of Olive Drab #6E960B

RGB

 RED value IS 110 (43.36% from 255) = 40.59%

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

 BLUE value IS 11 (4.69% from 255) = 4.06%

R = 40.59%
G = 55.35%
B = 4.06%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#6E960B (or 0x6E960B) is known color: Olive Drab. HEX triplet: 6E, 96 and 0B. RGB value is (110,150,11). Sum of RGB (Red+Green+Blue) = 110+150+11=271 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.59% from 271); Green value is 150 (58.98% from 255 or 55.35% from 271); Blue value is 11 (4.69% from 255 or 4.06% from 271); Max value from RGB is 150 - color contains mainly: green. Hex color #6E960B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E960B is #9169F4. Grayscale: #7A7A7A. Windows color (decimal): -9529845 or 759406. OLE color: 759406.

HSL color Cylindrical-coordinate representation of color #6E960B: hue angle of 77.27º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6E960B is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 110 150 11 -
CMYK 0.27 0 0.93 0.41
HSL 77.27º 0.86% 0.32% -
HSV(B) 77.27º 0.93% 0.59% -
XYZ 17.4 25.15 4.25 -
YUV 122.19 65.25 119.3 -
System Red Green Blue C M Y K H S L
Decimal 110 150 11 0.27 0 0.93 0.41 77.27 0.86 0.32
Hex 6E 96 B 1B 0 5D 29 4D 56 20
Octal 156 226 13 33 0 135 51 115 126 40
Binary 1101110 10010110 1011 11011 0 1011101 101001 1001101 1010110 100000

Color Harmonies of #6E960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E960B

Black with #6E960B

Text Example


Text Example

White with #6E960B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,150,11); }

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

background-color css

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

 a { background-color: rgb(110,150,11); }

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

border-color css

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

 span { border-color: rgb(110,150,11); }

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