Html Css Color HEX #68951E Olive Drab

📋 copy color: '#68951E'

red 104 ◦ green 149 ◦ blue 30

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

Shades of Olive Drab #68951E

Tints of Olive Drab #68951E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.6%

R = 36.75%
G = 52.65%
B = 10.6%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#68951E (or 0x68951E) is known color: Olive Drab. HEX triplet: 68, 95 and 1E. RGB value is (104,149,30). Sum of RGB (Red+Green+Blue) = 104+149+30=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 149 (58.59% from 255 or 52.65% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 149 - color contains mainly: green. Hex color #68951E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68951E is #976AE1. Grayscale: #7A7A7A. Windows color (decimal): -9923298 or 2004328. OLE color: 2004328.

HSL color Cylindrical-coordinate representation of color #68951E: hue angle of 82.69º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #68951E is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 149 30 -
CMYK 0.30 0 0.80 0.42
HSL 82.69º 0.66% 0.35% -
HSV(B) 82.69º 0.8% 0.58% -
XYZ 16.69 24.53 5.08 -
YUV 121.98 76.09 115.18 -
System Red Green Blue C M Y K H S L
Decimal 104 149 30 0.30 0 0.80 0.42 82.69 0.66 0.35
Hex 68 95 1E 1E 0 50 2A 53 42 23
Octal 150 225 36 36 0 120 52 123 102 43
Binary 1101000 10010101 11110 11110 0 1010000 101010 1010011 1000010 100011

Color Harmonies of #68951E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68951E

Black with #68951E

Text Example


Text Example

White with #68951E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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