Html Css Color HEX #68940D Olive Drab

📋 copy color: '#68940D'

red 104 ◦ green 148 ◦ blue 13

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

Shades of Olive Drab #68940D

Tints of Olive Drab #68940D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 55.85%

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

R = 39.25%
G = 55.85%
B = 4.91%

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

#68940D (or 0x68940D) is known color: Olive Drab. HEX triplet: 68, 94 and 0D. RGB value is (104,148,13). Sum of RGB (Red+Green+Blue) = 104+148+13=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 148 (58.20% from 255 or 55.85% from 265); Blue value is 13 (5.47% from 255 or 4.91% from 265); Max value from RGB is 148 - color contains mainly: green. Hex color #68940D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68940D is #976BF2. Grayscale: #777777. Windows color (decimal): -9923571 or 889960. OLE color: 889960.

HSL color Cylindrical-coordinate representation of color #68940D: hue angle of 79.56º 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 #68940D is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 148 13 -
CMYK 0.30 0 0.91 0.42
HSL 79.56º 0.84% 0.32% -
HSV(B) 79.56º 0.91% 0.58% -
XYZ 16.37 24.15 4.18 -
YUV 119.45 67.92 116.98 -
System Red Green Blue C M Y K H S L
Decimal 104 148 13 0.30 0 0.91 0.42 79.56 0.84 0.32
Hex 68 94 D 1E 0 5B 2A 50 54 20
Octal 150 224 15 36 0 133 52 120 124 40
Binary 1101000 10010100 1101 11110 0 1011011 101010 1010000 1010100 100000

Color Harmonies of #68940D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68940D

Black with #68940D

Text Example


Text Example

White with #68940D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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