Html Css Color HEX #68950D Olive Drab

📋 copy color: '#68950D'

red 104 ◦ green 149 ◦ blue 13

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

Shades of Olive Drab #68950D

Tints of Olive Drab #68950D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.89%

R = 39.1%
G = 56.02%
B = 4.89%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#68950D (or 0x68950D) is known color: Olive Drab. HEX triplet: 68, 95 and 0D. RGB value is (104,149,13). Sum of RGB (Red+Green+Blue) = 104+149+13=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 149 (58.59% from 255 or 56.02% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 149 - color contains mainly: green. Hex color #68950D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68950D is #976AF2. Grayscale: #787878. Windows color (decimal): -9923315 or 890216. OLE color: 890216.

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

Color convert

RGB 104 149 13 -
CMYK 0.30 0 0.91 0.42
HSL 79.85º 0.84% 0.32% -
HSV(B) 79.85º 0.91% 0.58% -
XYZ 16.53 24.47 4.23 -
YUV 120.04 67.59 116.56 -
System Red Green Blue C M Y K H S L
Decimal 104 149 13 0.30 0 0.91 0.42 79.85 0.84 0.32
Hex 68 95 D 1E 0 5B 2A 50 54 20
Octal 150 225 15 36 0 133 52 120 124 40
Binary 1101000 10010101 1101 11110 0 1011011 101010 1010000 1010100 100000

Color Harmonies of #68950D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68950D

Black with #68950D

Text Example


Text Example

White with #68950D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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