Html Css Color HEX #68860A Olive Drab

📋 copy color: '#68860A'

red 104 ◦ green 134 ◦ blue 10

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

Shades of Olive Drab #68860A

Tints of Olive Drab #68860A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 54.03%

 BLUE value IS 10 (4.3% from 255) = 4.03%

R = 41.94%
G = 54.03%
B = 4.03%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#68860A (or 0x68860A) is known color: Olive Drab. HEX triplet: 68, 86 and 0A. RGB value is (104,134,10). Sum of RGB (Red+Green+Blue) = 104+134+10=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 134 (52.73% from 255 or 54.03% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 134 - color contains mainly: green. Hex color #68860A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68860A is #9779F5. Grayscale: #6F6F6F. Windows color (decimal): -9927158 or 689768. OLE color: 689768.

HSL color Cylindrical-coordinate representation of color #68860A: hue angle of 74.52º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #68860A is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 134 10 -
CMYK 0.22 0 0.93 0.47
HSL 74.52º 0.86% 0.28% -
HSV(B) 74.52º 0.93% 0.53% -
XYZ 14.29 20.02 3.4 -
YUV 110.89 71.06 123.08 -
System Red Green Blue C M Y K H S L
Decimal 104 134 10 0.22 0 0.93 0.47 74.52 0.86 0.28
Hex 68 86 A 16 0 5D 2F 4B 56 1C
Octal 150 206 12 26 0 135 57 113 126 34
Binary 1101000 10000110 1010 10110 0 1011101 101111 1001011 1010110 11100

Color Harmonies of #68860A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68860A

Black with #68860A

Text Example


Text Example

White with #68860A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68860A; }

 p { color: rgb(104,134,10); }

 H1.HeaderClassName
 {
   color: #68860A;
 }
 .AnyTagClassName
 {
   color: #68860A;
 }
</style>

background-color css

<style>
 a { background-color: #68860A; }

 a { background-color: rgb(104,134,10); }

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

border-color css

<style>
 span { border-color: #68860A; }

 span { border-color: rgb(104,134,10); }

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