Html Css Color HEX #68981E Olive Drab

📋 copy color: '#68981E'

red 104 ◦ green 152 ◦ blue 30

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

Shades of Olive Drab #68981E

Tints of Olive Drab #68981E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.49%

R = 36.36%
G = 53.15%
B = 10.49%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#68981E (or 0x68981E) is known color: Olive Drab. HEX triplet: 68, 98 and 1E. RGB value is (104,152,30). Sum of RGB (Red+Green+Blue) = 104+152+30=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 152 (59.77% from 255 or 53.15% from 286); Blue value is 30 (12.11% from 255 or 10.49% from 286); Max value from RGB is 152 - color contains mainly: green. Hex color #68981E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68981E is #9767E1. Grayscale: #7C7C7C. Windows color (decimal): -9922530 or 2005096. OLE color: 2005096.

HSL color Cylindrical-coordinate representation of color #68981E: hue angle of 83.61º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #68981E is Cyan = 0.32, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 104 152 30 -
CMYK 0.32 0 0.80 0.40
HSL 83.61º 0.67% 0.36% -
HSV(B) 83.61º 0.8% 0.6% -
XYZ 17.17 25.49 5.24 -
YUV 123.74 75.1 113.92 -
System Red Green Blue C M Y K H S L
Decimal 104 152 30 0.32 0 0.80 0.40 83.61 0.67 0.36
Hex 68 98 1E 20 0 50 28 54 43 24
Octal 150 230 36 40 0 120 50 124 103 44
Binary 1101000 10011000 11110 100000 0 1010000 101000 1010100 1000011 100100

Color Harmonies of #68981E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68981E

Black with #68981E

Text Example


Text Example

White with #68981E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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