Html Css Color HEX #63812D Olive Drab

📋 copy color: '#63812D'

red 99 ◦ green 129 ◦ blue 45

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

Shades of Olive Drab #63812D

Tints of Olive Drab #63812D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 47.25%

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

R = 36.26%
G = 47.25%
B = 16.48%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#63812D (or 0x63812D) is known color: Olive Drab. HEX triplet: 63, 81 and 2D. RGB value is (99,129,45). Sum of RGB (Red+Green+Blue) = 99+129+45=273 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.26% from 273); Green value is 129 (50.78% from 255 or 47.25% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 129 - color contains mainly: green. Hex color #63812D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63812D is #9C7ED2. Grayscale: #6E6E6E. Windows color (decimal): -10256083 or 2982243. OLE color: 2982243.

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

Color convert

RGB 99 129 45 -
CMYK 0.23 0 0.65 0.49
HSL 81.43º 0.48% 0.34% -
HSV(B) 81.43º 0.65% 0.51% -
XYZ 13.47 18.54 5.35 -
YUV 110.45 91.06 119.83 -
System Red Green Blue C M Y K H S L
Decimal 99 129 45 0.23 0 0.65 0.49 81.43 0.48 0.34
Hex 63 81 2D 17 0 41 31 51 30 22
Octal 143 201 55 27 0 101 61 121 60 42
Binary 1100011 10000001 101101 10111 0 1000001 110001 1010001 110000 100010

Color Harmonies of #63812D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63812D

Black with #63812D

Text Example


Text Example

White with #63812D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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