Html Css Color HEX #68951F Olive Drab

📋 copy color: '#68951F'

red 104 ◦ green 149 ◦ blue 31

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

Shades of Olive Drab #68951F

Tints of Olive Drab #68951F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.92%

R = 36.62%
G = 52.46%
B = 10.92%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#68951F (or 0x68951F) is known color: Olive Drab. HEX triplet: 68, 95 and 1F. RGB value is (104,149,31). Sum of RGB (Red+Green+Blue) = 104+149+31=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 149 (58.59% from 255 or 52.46% from 284); Blue value is 31 (12.5% from 255 or 10.92% from 284); Max value from RGB is 149 - color contains mainly: green. Hex color #68951F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68951F is #976AE0. Grayscale: #7A7A7A. Windows color (decimal): -9923297 or 2069864. OLE color: 2069864.

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

Color convert

RGB 104 149 31 -
CMYK 0.30 0 0.79 0.42
HSL 82.88º 0.66% 0.35% -
HSV(B) 82.88º 0.79% 0.58% -
XYZ 16.7 24.54 5.15 -
YUV 122.09 76.59 115.09 -
System Red Green Blue C M Y K H S L
Decimal 104 149 31 0.30 0 0.79 0.42 82.88 0.66 0.35
Hex 68 95 1F 1E 0 4F 2A 53 42 23
Octal 150 225 37 36 0 117 52 123 102 43
Binary 1101000 10010101 11111 11110 0 1001111 101010 1010011 1000010 100011

Color Harmonies of #68951F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68951F

Black with #68951F

Text Example


Text Example

White with #68951F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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