Html Css Color HEX #68840D Olive Drab

📋 copy color: '#68840D'

red 104 ◦ green 132 ◦ blue 13

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

Shades of Olive Drab #68840D

Tints of Olive Drab #68840D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.22%

R = 41.77%
G = 53.01%
B = 5.22%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#68840D (or 0x68840D) is known color: Olive Drab. HEX triplet: 68, 84 and 0D. RGB value is (104,132,13). Sum of RGB (Red+Green+Blue) = 104+132+13=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 132 (51.95% from 255 or 53.01% from 249); Blue value is 13 (5.47% from 255 or 5.22% from 249); Max value from RGB is 132 - color contains mainly: green. Hex color #68840D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68840D is #977BF2. Grayscale: #6E6E6E. Windows color (decimal): -9927667 or 885864. OLE color: 885864.

HSL color Cylindrical-coordinate representation of color #68840D: hue angle of 74.12º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #68840D is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 132 13 -
CMYK 0.21 0 0.90 0.48
HSL 74.12º 0.82% 0.28% -
HSV(B) 74.12º 0.9% 0.52% -
XYZ 14.03 19.47 3.4 -
YUV 110.06 73.22 123.68 -
System Red Green Blue C M Y K H S L
Decimal 104 132 13 0.21 0 0.90 0.48 74.12 0.82 0.28
Hex 68 84 D 15 0 5A 30 4A 52 1C
Octal 150 204 15 25 0 132 60 112 122 34
Binary 1101000 10000100 1101 10101 0 1011010 110000 1001010 1010010 11100

Color Harmonies of #68840D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68840D

Black with #68840D

Text Example


Text Example

White with #68840D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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