Html Css Color HEX #68860E Olive Drab

📋 copy color: '#68860E'

red 104 ◦ green 134 ◦ blue 14

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

Shades of Olive Drab #68860E

Tints of Olive Drab #68860E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.56%

R = 41.27%
G = 53.17%
B = 5.56%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#68860E (or 0x68860E) is known color: Olive Drab. HEX triplet: 68, 86 and 0E. RGB value is (104,134,14). Sum of RGB (Red+Green+Blue) = 104+134+14=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 134 (52.73% from 255 or 53.17% from 252); Blue value is 14 (5.86% from 255 or 5.56% from 252); Max value from RGB is 134 - color contains mainly: green. Hex color #68860E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68860E is #9779F1. Grayscale: #6F6F6F. Windows color (decimal): -9927154 or 951912. OLE color: 951912.

HSL color Cylindrical-coordinate representation of color #68860E: hue angle of 75º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #68860E is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 134 14 -
CMYK 0.22 0 0.90 0.47
HSL 75º 0.81% 0.29% -
HSV(B) 75º 0.9% 0.53% -
XYZ 14.31 20.02 3.53 -
YUV 111.35 73.06 122.76 -
System Red Green Blue C M Y K H S L
Decimal 104 134 14 0.22 0 0.90 0.47 75 0.81 0.29
Hex 68 86 E 16 0 5A 2F 4B 51 1D
Octal 150 206 16 26 0 132 57 113 121 35
Binary 1101000 10000110 1110 10110 0 1011010 101111 1001011 1010001 11101

Color Harmonies of #68860E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68860E

Black with #68860E

Text Example


Text Example

White with #68860E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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