Html Css Color HEX #68960F Olive Drab

📋 copy color: '#68960F'

red 104 ◦ green 150 ◦ blue 15

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

Shades of Olive Drab #68960F

Tints of Olive Drab #68960F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.58%

R = 38.66%
G = 55.76%
B = 5.58%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.9

 K value IS 0.41

RGB Variations

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

Color information

#68960F (or 0x68960F) is known color: Olive Drab. HEX triplet: 68, 96 and 0F. RGB value is (104,150,15). Sum of RGB (Red+Green+Blue) = 104+150+15=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 150 (58.98% from 255 or 55.76% from 269); Blue value is 15 (6.25% from 255 or 5.58% from 269); Max value from RGB is 150 - color contains mainly: green. Hex color #68960F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68960F is #9769F0. Grayscale: #797979. Windows color (decimal): -9923057 or 1021544. OLE color: 1021544.

HSL color Cylindrical-coordinate representation of color #68960F: hue angle of 80.44º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #68960F is Cyan = 0.31, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.41.

Color convert

RGB 104 150 15 -
CMYK 0.31 0 0.9 0.41
HSL 80.44º 0.82% 0.32% -
HSV(B) 80.44º 0.9% 0.59% -
XYZ 16.7 24.79 4.36 -
YUV 120.86 68.26 115.98 -
System Red Green Blue C M Y K H S L
Decimal 104 150 15 0.31 0 0.9 0.41 80.44 0.82 0.32
Hex 68 96 F 1F 0 5A 29 50 52 20
Octal 150 226 17 37 0 132 51 120 122 40
Binary 1101000 10010110 1111 11111 0 1011010 101001 1010000 1010010 100000

Color Harmonies of #68960F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68960F

Black with #68960F

Text Example


Text Example

White with #68960F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68960F; }

 p { color: rgb(104,150,15); }

 H1.HeaderClassName
 {
   color: #68960F;
 }
 .AnyTagClassName
 {
   color: #68960F;
 }
</style>

background-color css

<style>
 a { background-color: #68960F; }

 a { background-color: rgb(104,150,15); }

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

border-color css

<style>
 span { border-color: #68960F; }

 span { border-color: rgb(104,150,15); }

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