Html Css Color HEX #63840E Olive Drab

📋 copy color: '#63840E'

red 99 ◦ green 132 ◦ blue 14

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

Shades of Olive Drab #63840E

Tints of Olive Drab #63840E

RGB

 RED value IS 99 (39.06% from 255) = 40.41%

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

 BLUE value IS 14 (5.86% from 255) = 5.71%

R = 40.41%
G = 53.88%
B = 5.71%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#63840E (or 0x63840E) is known color: Olive Drab. HEX triplet: 63, 84 and 0E. RGB value is (99,132,14). Sum of RGB (Red+Green+Blue) = 99+132+14=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 132 (51.95% from 255 or 53.88% from 245); Blue value is 14 (5.86% from 255 or 5.71% from 245); Max value from RGB is 132 - color contains mainly: green. Hex color #63840E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63840E is #9C7BF1. Grayscale: #6D6D6D. Windows color (decimal): -10255346 or 951395. OLE color: 951395.

HSL color Cylindrical-coordinate representation of color #63840E: hue angle of 76.78º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #63840E is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 99 132 14 -
CMYK 0.25 0 0.89 0.48
HSL 76.78º 0.81% 0.29% -
HSV(B) 76.78º 0.89% 0.52% -
XYZ 13.48 19.19 3.41 -
YUV 108.68 74.57 121.09 -
System Red Green Blue C M Y K H S L
Decimal 99 132 14 0.25 0 0.89 0.48 76.78 0.81 0.29
Hex 63 84 E 19 0 59 30 4D 51 1D
Octal 143 204 16 31 0 131 60 115 121 35
Binary 1100011 10000100 1110 11001 0 1011001 110000 1001101 1010001 11101

Color Harmonies of #63840E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63840E

Black with #63840E

Text Example


Text Example

White with #63840E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63840E; }

 p { color: rgb(99,132,14); }

 H1.HeaderClassName
 {
   color: #63840E;
 }
 .AnyTagClassName
 {
   color: #63840E;
 }
</style>

background-color css

<style>
 a { background-color: #63840E; }

 a { background-color: rgb(99,132,14); }

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

border-color css

<style>
 span { border-color: #63840E; }

 span { border-color: rgb(99,132,14); }

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