Html Css Color HEX #6B960B Olive Drab

📋 copy color: '#6B960B'

red 107 ◦ green 150 ◦ blue 11

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

Shades of Olive Drab #6B960B

Tints of Olive Drab #6B960B

RGB

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

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

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

R = 39.93%
G = 55.97%
B = 4.1%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#6B960B (or 0x6B960B) is known color: Olive Drab. HEX triplet: 6B, 96 and 0B. RGB value is (107,150,11). Sum of RGB (Red+Green+Blue) = 107+150+11=268 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.93% from 268); Green value is 150 (58.98% from 255 or 55.97% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 150 - color contains mainly: green. Hex color #6B960B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B960B is #9469F4. Grayscale: #797979. Windows color (decimal): -9726453 or 759403. OLE color: 759403.

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

Color convert

RGB 107 150 11 -
CMYK 0.29 0 0.93 0.41
HSL 78.56º 0.86% 0.32% -
HSV(B) 78.56º 0.93% 0.59% -
XYZ 17.03 24.96 4.24 -
YUV 121.3 65.75 117.8 -
System Red Green Blue C M Y K H S L
Decimal 107 150 11 0.29 0 0.93 0.41 78.56 0.86 0.32
Hex 6B 96 B 1D 0 5D 29 4F 56 20
Octal 153 226 13 35 0 135 51 117 126 40
Binary 1101011 10010110 1011 11101 0 1011101 101001 1001111 1010110 100000

Color Harmonies of #6B960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B960B

Black with #6B960B

Text Example


Text Example

White with #6B960B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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