Html Css Color HEX #68862A Olive Drab

📋 copy color: '#68862A'

red 104 ◦ green 134 ◦ blue 42

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

Shades of Olive Drab #68862A

Tints of Olive Drab #68862A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15%

R = 37.14%
G = 47.86%
B = 15%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#68862A (or 0x68862A) is known color: Olive Drab. HEX triplet: 68, 86 and 2A. RGB value is (104,134,42). Sum of RGB (Red+Green+Blue) = 104+134+42=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 134 (52.73% from 255 or 47.86% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 134 - color contains mainly: green. Hex color #68862A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68862A is #9779D5. Grayscale: #727272. Windows color (decimal): -9927126 or 2786920. OLE color: 2786920.

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

Color convert

RGB 104 134 42 -
CMYK 0.22 0 0.69 0.47
HSL 79.57º 0.52% 0.35% -
HSV(B) 79.57º 0.69% 0.53% -
XYZ 14.65 20.16 5.31 -
YUV 114.54 87.06 120.48 -
System Red Green Blue C M Y K H S L
Decimal 104 134 42 0.22 0 0.69 0.47 79.57 0.52 0.35
Hex 68 86 2A 16 0 45 2F 50 34 23
Octal 150 206 52 26 0 105 57 120 64 43
Binary 1101000 10000110 101010 10110 0 1000101 101111 1010000 110100 100011

Color Harmonies of #68862A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68862A

Black with #68862A

Text Example


Text Example

White with #68862A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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