Html Css Color HEX #63812C Olive Drab

📋 copy color: '#63812C'

red 99 ◦ green 129 ◦ blue 44

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

Shades of Olive Drab #63812C

Tints of Olive Drab #63812C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.18%

R = 36.4%
G = 47.43%
B = 16.18%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#63812C (or 0x63812C) is known color: Olive Drab. HEX triplet: 63, 81 and 2C. RGB value is (99,129,44). Sum of RGB (Red+Green+Blue) = 99+129+44=272 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.40% from 272); Green value is 129 (50.78% from 255 or 47.43% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 129 - color contains mainly: green. Hex color #63812C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63812C is #9C7ED3. Grayscale: #6E6E6E. Windows color (decimal): -10256084 or 2916707. OLE color: 2916707.

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

Color convert

RGB 99 129 44 -
CMYK 0.23 0 0.66 0.49
HSL 81.18º 0.49% 0.34% -
HSV(B) 81.18º 0.66% 0.51% -
XYZ 13.45 18.54 5.25 -
YUV 110.34 90.56 119.91 -
System Red Green Blue C M Y K H S L
Decimal 99 129 44 0.23 0 0.66 0.49 81.18 0.49 0.34
Hex 63 81 2C 17 0 42 31 51 31 22
Octal 143 201 54 27 0 102 61 121 61 42
Binary 1100011 10000001 101100 10111 0 1000010 110001 1010001 110001 100010

Color Harmonies of #63812C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63812C

Black with #63812C

Text Example


Text Example

White with #63812C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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