Html Css Color HEX #68940E Olive Drab

📋 copy color: '#68940E'

red 104 ◦ green 148 ◦ blue 14

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

Shades of Olive Drab #68940E

Tints of Olive Drab #68940E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.26%

R = 39.1%
G = 55.64%
B = 5.26%

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

#68940E (or 0x68940E) is known color: Olive Drab. HEX triplet: 68, 94 and 0E. RGB value is (104,148,14). Sum of RGB (Red+Green+Blue) = 104+148+14=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 148 (58.20% from 255 or 55.64% from 266); Blue value is 14 (5.86% from 255 or 5.26% from 266); Max value from RGB is 148 - color contains mainly: green. Hex color #68940E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68940E is #976BF1. Grayscale: #787878. Windows color (decimal): -9923570 or 955496. OLE color: 955496.

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

Color convert

RGB 104 148 14 -
CMYK 0.30 0 0.91 0.42
HSL 79.7º 0.83% 0.32% -
HSV(B) 79.7º 0.91% 0.58% -
XYZ 16.38 24.15 4.21 -
YUV 119.57 68.42 116.9 -
System Red Green Blue C M Y K H S L
Decimal 104 148 14 0.30 0 0.91 0.42 79.7 0.83 0.32
Hex 68 94 E 1E 0 5B 2A 50 53 20
Octal 150 224 16 36 0 133 52 120 123 40
Binary 1101000 10010100 1110 11110 0 1011011 101010 1010000 1010011 100000

Color Harmonies of #68940E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68940E

Black with #68940E

Text Example


Text Example

White with #68940E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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