Html Css Color HEX #63802D Olive Drab

📋 copy color: '#63802D'

red 99 ◦ green 128 ◦ blue 45

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

Shades of Olive Drab #63802D

Tints of Olive Drab #63802D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 47.06%

 BLUE value IS 45 (17.97% from 255) = 16.54%

R = 36.4%
G = 47.06%
B = 16.54%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.65

 K value IS 0.50

RGB Variations

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

Color information

#63802D (or 0x63802D) is known color: Olive Drab. HEX triplet: 63, 80 and 2D. RGB value is (99,128,45). Sum of RGB (Red+Green+Blue) = 99+128+45=272 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.40% from 272); Green value is 128 (50.39% from 255 or 47.06% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 128 - color contains mainly: green. Hex color #63802D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63802D is #9C7FD2. Grayscale: #6E6E6E. Windows color (decimal): -10256339 or 2981987. OLE color: 2981987.

HSL color Cylindrical-coordinate representation of color #63802D: hue angle of 80.96º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #63802D is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB 99 128 45 -
CMYK 0.23 0 0.65 0.50
HSL 80.96º 0.48% 0.34% -
HSV(B) 80.96º 0.65% 0.5% -
XYZ 13.34 18.28 5.31 -
YUV 109.87 91.39 120.25 -
System Red Green Blue C M Y K H S L
Decimal 99 128 45 0.23 0 0.65 0.50 80.96 0.48 0.34
Hex 63 80 2D 17 0 41 32 51 30 22
Octal 143 200 55 27 0 101 62 121 60 42
Binary 1100011 10000000 101101 10111 0 1000001 110010 1010001 110000 100010

Color Harmonies of #63802D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63802D

Black with #63802D

Text Example


Text Example

White with #63802D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,128,45); }

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

background-color css

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

 a { background-color: rgb(99,128,45); }

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

border-color css

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

 span { border-color: rgb(99,128,45); }

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