Html Css Color HEX #6C960B Olive Drab

📋 copy color: '#6C960B'

red 108 ◦ green 150 ◦ blue 11

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

Shades of Olive Drab #6C960B

Tints of Olive Drab #6C960B

RGB

 RED value IS 108 (42.58% from 255) = 40.15%

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

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

R = 40.15%
G = 55.76%
B = 4.09%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#6C960B (or 0x6C960B) is known color: Olive Drab. HEX triplet: 6C, 96 and 0B. RGB value is (108,150,11). Sum of RGB (Red+Green+Blue) = 108+150+11=269 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.15% from 269); Green value is 150 (58.98% from 255 or 55.76% from 269); Blue value is 11 (4.69% from 255 or 4.09% from 269); Max value from RGB is 150 - color contains mainly: green. Hex color #6C960B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C960B is #9369F4. Grayscale: #7A7A7A. Windows color (decimal): -9660917 or 759404. OLE color: 759404.

HSL color Cylindrical-coordinate representation of color #6C960B: hue angle of 78.13º 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 #6C960B is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 108 150 11 -
CMYK 0.28 0 0.93 0.41
HSL 78.13º 0.86% 0.32% -
HSV(B) 78.13º 0.93% 0.59% -
XYZ 17.15 25.03 4.24 -
YUV 121.6 65.59 118.3 -
System Red Green Blue C M Y K H S L
Decimal 108 150 11 0.28 0 0.93 0.41 78.13 0.86 0.32
Hex 6C 96 B 1C 0 5D 29 4E 56 20
Octal 154 226 13 34 0 135 51 116 126 40
Binary 1101100 10010110 1011 11100 0 1011101 101001 1001110 1010110 100000

Color Harmonies of #6C960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C960B

Black with #6C960B

Text Example


Text Example

White with #6C960B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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