Html Css Color HEX #68862D Olive Drab

📋 copy color: '#68862D'

red 104 ◦ green 134 ◦ blue 45

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

Shades of Olive Drab #68862D

Tints of Olive Drab #68862D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.9%

R = 36.75%
G = 47.35%
B = 15.9%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#68862D (or 0x68862D) is known color: Olive Drab. HEX triplet: 68, 86 and 2D. RGB value is (104,134,45). Sum of RGB (Red+Green+Blue) = 104+134+45=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 134 (52.73% from 255 or 47.35% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 134 - color contains mainly: green. Hex color #68862D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68862D is #9779D2. Grayscale: #737373. Windows color (decimal): -9927123 or 2983528. OLE color: 2983528.

HSL color Cylindrical-coordinate representation of color #68862D: hue angle of 80.22º degrees, saturation: 0.5, 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 #68862D is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 134 45 -
CMYK 0.22 0 0.66 0.47
HSL 80.22º 0.5% 0.35% -
HSV(B) 80.22º 0.66% 0.53% -
XYZ 14.71 20.18 5.6 -
YUV 114.88 88.56 120.24 -
System Red Green Blue C M Y K H S L
Decimal 104 134 45 0.22 0 0.66 0.47 80.22 0.5 0.35
Hex 68 86 2D 16 0 42 2F 50 32 23
Octal 150 206 55 26 0 102 57 120 62 43
Binary 1101000 10000110 101101 10110 0 1000010 101111 1010000 110010 100011

Color Harmonies of #68862D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68862D

Black with #68862D

Text Example


Text Example

White with #68862D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68862D; }

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

 H1.HeaderClassName
 {
   color: #68862D;
 }
 .AnyTagClassName
 {
   color: #68862D;
 }
</style>

background-color css

<style>
 a { background-color: #68862D; }

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

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

border-color css

<style>
 span { border-color: #68862D; }

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

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