Html Css Color HEX #68941F Olive Drab

📋 copy color: '#68941F'

red 104 ◦ green 148 ◦ blue 31

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

Shades of Olive Drab #68941F

Tints of Olive Drab #68941F

RGB

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

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

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

R = 36.75%
G = 52.3%
B = 10.95%

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

#68941F (or 0x68941F) is known color: Olive Drab. HEX triplet: 68, 94 and 1F. RGB value is (104,148,31). Sum of RGB (Red+Green+Blue) = 104+148+31=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 148 (58.20% from 255 or 52.30% from 283); Blue value is 31 (12.5% from 255 or 10.95% from 283); Max value from RGB is 148 - color contains mainly: green. Hex color #68941F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68941F is #976BE0. Grayscale: #797979. Windows color (decimal): -9923553 or 2069608. OLE color: 2069608.

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

Color convert

RGB 104 148 31 -
CMYK 0.30 0 0.79 0.42
HSL 82.56º 0.65% 0.35% -
HSV(B) 82.56º 0.79% 0.58% -
XYZ 16.55 24.22 5.1 -
YUV 121.51 76.92 115.51 -
System Red Green Blue C M Y K H S L
Decimal 104 148 31 0.30 0 0.79 0.42 82.56 0.65 0.35
Hex 68 94 1F 1E 0 4F 2A 53 41 23
Octal 150 224 37 36 0 117 52 123 101 43
Binary 1101000 10010100 11111 11110 0 1001111 101010 1010011 1000001 100011

Color Harmonies of #68941F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68941F

Black with #68941F

Text Example


Text Example

White with #68941F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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