Html Css Color HEX #68862C Olive Drab

📋 copy color: '#68862C'

red 104 ◦ green 134 ◦ blue 44

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

Shades of Olive Drab #68862C

Tints of Olive Drab #68862C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.6%

R = 36.88%
G = 47.52%
B = 15.6%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#68862C (or 0x68862C) is known color: Olive Drab. HEX triplet: 68, 86 and 2C. RGB value is (104,134,44). Sum of RGB (Red+Green+Blue) = 104+134+44=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 134 (52.73% from 255 or 47.52% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 134 - color contains mainly: green. Hex color #68862C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68862C is #9779D3. Grayscale: #737373. Windows color (decimal): -9927124 or 2917992. OLE color: 2917992.

HSL color Cylindrical-coordinate representation of color #68862C: hue angle of 80º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #68862C is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 134 44 -
CMYK 0.22 0 0.67 0.47
HSL 80º 0.51% 0.35% -
HSV(B) 80º 0.67% 0.53% -
XYZ 14.69 20.18 5.5 -
YUV 114.77 88.06 120.32 -
System Red Green Blue C M Y K H S L
Decimal 104 134 44 0.22 0 0.67 0.47 80 0.51 0.35
Hex 68 86 2C 16 0 43 2F 50 33 23
Octal 150 206 54 26 0 103 57 120 63 43
Binary 1101000 10000110 101100 10110 0 1000011 101111 1010000 110011 100011

Color Harmonies of #68862C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68862C

Black with #68862C

Text Example


Text Example

White with #68862C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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