Html Css Color HEX #68931F Olive Drab

📋 copy color: '#68931F'

red 104 ◦ green 147 ◦ blue 31

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

Shades of Olive Drab #68931F

Tints of Olive Drab #68931F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 52.13%

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

R = 36.88%
G = 52.13%
B = 10.99%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#68931F (or 0x68931F) is known color: Olive Drab. HEX triplet: 68, 93 and 1F. RGB value is (104,147,31). Sum of RGB (Red+Green+Blue) = 104+147+31=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 147 (57.81% from 255 or 52.13% from 282); Blue value is 31 (12.5% from 255 or 10.99% from 282); Max value from RGB is 147 - color contains mainly: green. Hex color #68931F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68931F is #976CE0. Grayscale: #797979. Windows color (decimal): -9923809 or 2069352. OLE color: 2069352.

HSL color Cylindrical-coordinate representation of color #68931F: hue angle of 82.24º degrees, saturation: 0.65, 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 #68931F is Cyan = 0.29, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 147 31 -
CMYK 0.29 0 0.79 0.42
HSL 82.24º 0.65% 0.35% -
HSV(B) 82.24º 0.79% 0.58% -
XYZ 16.39 23.91 5.05 -
YUV 120.92 77.25 115.93 -
System Red Green Blue C M Y K H S L
Decimal 104 147 31 0.29 0 0.79 0.42 82.24 0.65 0.35
Hex 68 93 1F 1D 0 4F 2A 52 41 23
Octal 150 223 37 35 0 117 52 122 101 43
Binary 1101000 10010011 11111 11101 0 1001111 101010 1010010 1000001 100011

Color Harmonies of #68931F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68931F

Black with #68931F

Text Example


Text Example

White with #68931F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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