Html Css Color HEX #68950B Olive Drab

📋 copy color: '#68950B'

red 104 ◦ green 149 ◦ blue 11

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

Shades of Olive Drab #68950B

Tints of Olive Drab #68950B

RGB

 RED value IS 104 (41.02% from 255) = 39.39%

 GREEN value IS 149 (58.59% from 255) = 56.44%

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

R = 39.39%
G = 56.44%
B = 4.17%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#68950B (or 0x68950B) is known color: Olive Drab. HEX triplet: 68, 95 and 0B. RGB value is (104,149,11). Sum of RGB (Red+Green+Blue) = 104+149+11=264 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.39% from 264); Green value is 149 (58.59% from 255 or 56.44% from 264); Blue value is 11 (4.69% from 255 or 4.17% from 264); Max value from RGB is 149 - color contains mainly: green. Hex color #68950B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68950B is #976AF4. Grayscale: #787878. Windows color (decimal): -9923317 or 759144. OLE color: 759144.

HSL color Cylindrical-coordinate representation of color #68950B: hue angle of 79.57º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #68950B is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 149 11 -
CMYK 0.30 0 0.93 0.42
HSL 79.57º 0.86% 0.31% -
HSV(B) 79.57º 0.93% 0.58% -
XYZ 16.52 24.46 4.17 -
YUV 119.81 66.59 116.72 -
System Red Green Blue C M Y K H S L
Decimal 104 149 11 0.30 0 0.93 0.42 79.57 0.86 0.31
Hex 68 95 B 1E 0 5D 2A 50 56 1F
Octal 150 225 13 36 0 135 52 120 126 37
Binary 1101000 10010101 1011 11110 0 1011101 101010 1010000 1010110 11111

Color Harmonies of #68950B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68950B

Black with #68950B

Text Example


Text Example

White with #68950B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68950B; }

 p { color: rgb(104,149,11); }

 H1.HeaderClassName
 {
   color: #68950B;
 }
 .AnyTagClassName
 {
   color: #68950B;
 }
</style>

background-color css

<style>
 a { background-color: #68950B; }

 a { background-color: rgb(104,149,11); }

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

border-color css

<style>
 span { border-color: #68950B; }

 span { border-color: rgb(104,149,11); }

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