Html Css Color HEX #68872E Olive Drab

📋 copy color: '#68872E'

red 104 ◦ green 135 ◦ blue 46

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

Shades of Olive Drab #68872E

Tints of Olive Drab #68872E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.14%

R = 36.49%
G = 47.37%
B = 16.14%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#68872E (or 0x68872E) is known color: Olive Drab. HEX triplet: 68, 87 and 2E. RGB value is (104,135,46). Sum of RGB (Red+Green+Blue) = 104+135+46=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 135 (53.12% from 255 or 47.37% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 135 - color contains mainly: green. Hex color #68872E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68872E is #9778D1. Grayscale: #737373. Windows color (decimal): -9926866 or 3049320. OLE color: 3049320.

HSL color Cylindrical-coordinate representation of color #68872E: hue angle of 80.9º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #68872E is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 135 46 -
CMYK 0.23 0 0.66 0.47
HSL 80.9º 0.49% 0.35% -
HSV(B) 80.9º 0.66% 0.53% -
XYZ 14.87 20.47 5.75 -
YUV 115.59 88.73 119.74 -
System Red Green Blue C M Y K H S L
Decimal 104 135 46 0.23 0 0.66 0.47 80.9 0.49 0.35
Hex 68 87 2E 17 0 42 2F 51 31 23
Octal 150 207 56 27 0 102 57 121 61 43
Binary 1101000 10000111 101110 10111 0 1000010 101111 1010001 110001 100011

Color Harmonies of #68872E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68872E

Black with #68872E

Text Example


Text Example

White with #68872E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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