Html Css Color HEX #68980F Olive Drab

📋 copy color: '#68980F'

red 104 ◦ green 152 ◦ blue 15

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

Shades of Olive Drab #68980F

Tints of Olive Drab #68980F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.54%

R = 38.38%
G = 56.09%
B = 5.54%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#68980F (or 0x68980F) is known color: Olive Drab. HEX triplet: 68, 98 and 0F. RGB value is (104,152,15). Sum of RGB (Red+Green+Blue) = 104+152+15=271 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.38% from 271); Green value is 152 (59.77% from 255 or 56.09% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 152 - color contains mainly: green. Hex color #68980F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68980F is #9767F0. Grayscale: #7A7A7A. Windows color (decimal): -9922545 or 1022056. OLE color: 1022056.

HSL color Cylindrical-coordinate representation of color #68980F: hue angle of 81.02º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #68980F is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 104 152 15 -
CMYK 0.32 0 0.90 0.40
HSL 81.02º 0.82% 0.33% -
HSV(B) 81.02º 0.9% 0.6% -
XYZ 17.02 25.43 4.46 -
YUV 122.03 67.6 115.14 -
System Red Green Blue C M Y K H S L
Decimal 104 152 15 0.32 0 0.90 0.40 81.02 0.82 0.33
Hex 68 98 F 20 0 5A 28 51 52 21
Octal 150 230 17 40 0 132 50 121 122 41
Binary 1101000 10011000 1111 100000 0 1011010 101000 1010001 1010010 100001

Color Harmonies of #68980F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68980F

Black with #68980F

Text Example


Text Example

White with #68980F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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