Html Css Color HEX #68921F Olive Drab

📋 copy color: '#68921F'

red 104 ◦ green 146 ◦ blue 31

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

Shades of Olive Drab #68921F

Tints of Olive Drab #68921F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 51.96%

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

R = 37.01%
G = 51.96%
B = 11.03%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.79

 K value IS 0.43

RGB Variations

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

Color information

#68921F (or 0x68921F) is known color: Olive Drab. HEX triplet: 68, 92 and 1F. RGB value is (104,146,31). Sum of RGB (Red+Green+Blue) = 104+146+31=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 146 (57.42% from 255 or 51.96% from 281); Blue value is 31 (12.5% from 255 or 11.03% from 281); Max value from RGB is 146 - color contains mainly: green. Hex color #68921F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68921F is #976DE0. Grayscale: #787878. Windows color (decimal): -9924065 or 2069096. OLE color: 2069096.

HSL color Cylindrical-coordinate representation of color #68921F: hue angle of 81.91º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #68921F is Cyan = 0.29, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB 104 146 31 -
CMYK 0.29 0 0.79 0.43
HSL 81.91º 0.65% 0.35% -
HSV(B) 81.91º 0.79% 0.57% -
XYZ 16.24 23.6 5 -
YUV 120.33 77.59 116.35 -
System Red Green Blue C M Y K H S L
Decimal 104 146 31 0.29 0 0.79 0.43 81.91 0.65 0.35
Hex 68 92 1F 1D 0 4F 2B 52 41 23
Octal 150 222 37 35 0 117 53 122 101 43
Binary 1101000 10010010 11111 11101 0 1001111 101011 1010010 1000001 100011

Color Harmonies of #68921F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68921F

Black with #68921F

Text Example


Text Example

White with #68921F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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