Html Css Color HEX #68841A Olive Drab

📋 copy color: '#68841A'

red 104 ◦ green 132 ◦ blue 26

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

Shades of Olive Drab #68841A

Tints of Olive Drab #68841A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.92%

R = 39.69%
G = 50.38%
B = 9.92%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#68841A (or 0x68841A) is known color: Olive Drab. HEX triplet: 68, 84 and 1A. RGB value is (104,132,26). Sum of RGB (Red+Green+Blue) = 104+132+26=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 132 (51.95% from 255 or 50.38% from 262); Blue value is 26 (10.55% from 255 or 9.92% from 262); Max value from RGB is 132 - color contains mainly: green. Hex color #68841A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68841A is #977BE5. Grayscale: #6F6F6F. Windows color (decimal): -9927654 or 1737832. OLE color: 1737832.

HSL color Cylindrical-coordinate representation of color #68841A: hue angle of 75.85º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #68841A is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 132 26 -
CMYK 0.21 0 0.80 0.48
HSL 75.85º 0.67% 0.31% -
HSV(B) 75.85º 0.8% 0.52% -
XYZ 14.15 19.52 4 -
YUV 111.54 79.72 122.62 -
System Red Green Blue C M Y K H S L
Decimal 104 132 26 0.21 0 0.80 0.48 75.85 0.67 0.31
Hex 68 84 1A 15 0 50 30 4C 43 1F
Octal 150 204 32 25 0 120 60 114 103 37
Binary 1101000 10000100 11010 10101 0 1010000 110000 1001100 1000011 11111

Color Harmonies of #68841A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68841A

Black with #68841A

Text Example


Text Example

White with #68841A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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