Html Css Color HEX #68842C Olive Drab

📋 copy color: '#68842C'

red 104 ◦ green 132 ◦ blue 44

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

Shades of Olive Drab #68842C

Tints of Olive Drab #68842C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 47.14%

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

R = 37.14%
G = 47.14%
B = 15.71%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#68842C (or 0x68842C) is known color: Olive Drab. HEX triplet: 68, 84 and 2C. RGB value is (104,132,44). Sum of RGB (Red+Green+Blue) = 104+132+44=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 132 (51.95% from 255 or 47.14% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 132 - color contains mainly: green. Hex color #68842C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68842C is #977BD3. Grayscale: #717171. Windows color (decimal): -9927636 or 2917480. OLE color: 2917480.

HSL color Cylindrical-coordinate representation of color #68842C: hue angle of 79.09º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #68842C is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 132 44 -
CMYK 0.21 0 0.67 0.48
HSL 79.09º 0.5% 0.35% -
HSV(B) 79.09º 0.67% 0.52% -
XYZ 14.41 19.63 5.41 -
YUV 113.6 88.72 121.16 -
System Red Green Blue C M Y K H S L
Decimal 104 132 44 0.21 0 0.67 0.48 79.09 0.5 0.35
Hex 68 84 2C 15 0 43 30 4F 32 23
Octal 150 204 54 25 0 103 60 117 62 43
Binary 1101000 10000100 101100 10101 0 1000011 110000 1001111 110010 100011

Color Harmonies of #68842C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68842C

Black with #68842C

Text Example


Text Example

White with #68842C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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