Html Css Color HEX #68870E Olive Drab

📋 copy color: '#68870E'

red 104 ◦ green 135 ◦ blue 14

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

Shades of Olive Drab #68870E

Tints of Olive Drab #68870E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 53.36%

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

R = 41.11%
G = 53.36%
B = 5.53%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#68870E (or 0x68870E) is known color: Olive Drab. HEX triplet: 68, 87 and 0E. RGB value is (104,135,14). Sum of RGB (Red+Green+Blue) = 104+135+14=253 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.11% from 253); Green value is 135 (53.12% from 255 or 53.36% from 253); Blue value is 14 (5.86% from 255 or 5.53% from 253); Max value from RGB is 135 - color contains mainly: green. Hex color #68870E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68870E is #9778F1. Grayscale: #707070. Windows color (decimal): -9926898 or 952168. OLE color: 952168.

HSL color Cylindrical-coordinate representation of color #68870E: hue angle of 75.37º 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 #68870E is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 135 14 -
CMYK 0.23 0 0.90 0.47
HSL 75.37º 0.81% 0.29% -
HSV(B) 75.37º 0.9% 0.53% -
XYZ 14.45 20.3 3.57 -
YUV 111.94 72.73 122.34 -
System Red Green Blue C M Y K H S L
Decimal 104 135 14 0.23 0 0.90 0.47 75.37 0.81 0.29
Hex 68 87 E 17 0 5A 2F 4B 51 1D
Octal 150 207 16 27 0 132 57 113 121 35
Binary 1101000 10000111 1110 10111 0 1011010 101111 1001011 1010001 11101

Color Harmonies of #68870E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68870E

Black with #68870E

Text Example


Text Example

White with #68870E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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