Html Css Color HEX #68981D Olive Drab

📋 copy color: '#68981D'

red 104 ◦ green 152 ◦ blue 29

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

Shades of Olive Drab #68981D

Tints of Olive Drab #68981D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 53.33%

 BLUE value IS 29 (11.72% from 255) = 10.18%

R = 36.49%
G = 53.33%
B = 10.18%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#68981D (or 0x68981D) is known color: Olive Drab. HEX triplet: 68, 98 and 1D. RGB value is (104,152,29). Sum of RGB (Red+Green+Blue) = 104+152+29=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 152 (59.77% from 255 or 53.33% from 285); Blue value is 29 (11.72% from 255 or 10.18% from 285); Max value from RGB is 152 - color contains mainly: green. Hex color #68981D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68981D is #9767E2. Grayscale: #7C7C7C. Windows color (decimal): -9922531 or 1939560. OLE color: 1939560.

HSL color Cylindrical-coordinate representation of color #68981D: hue angle of 83.41º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #68981D is Cyan = 0.32, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.40.

Color convert

RGB 104 152 29 -
CMYK 0.32 0 0.81 0.40
HSL 83.41º 0.68% 0.35% -
HSV(B) 83.41º 0.81% 0.6% -
XYZ 17.16 25.49 5.18 -
YUV 123.63 74.6 114 -
System Red Green Blue C M Y K H S L
Decimal 104 152 29 0.32 0 0.81 0.40 83.41 0.68 0.35
Hex 68 98 1D 20 0 51 28 53 44 23
Octal 150 230 35 40 0 121 50 123 104 43
Binary 1101000 10011000 11101 100000 0 1010001 101000 1010011 1000100 100011

Color Harmonies of #68981D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68981D

Black with #68981D

Text Example


Text Example

White with #68981D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68981D; }

 p { color: rgb(104,152,29); }

 H1.HeaderClassName
 {
   color: #68981D;
 }
 .AnyTagClassName
 {
   color: #68981D;
 }
</style>

background-color css

<style>
 a { background-color: #68981D; }

 a { background-color: rgb(104,152,29); }

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

border-color css

<style>
 span { border-color: #68981D; }

 span { border-color: rgb(104,152,29); }

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