Html Css Color HEX #63811C Olive Drab

📋 copy color: '#63811C'

red 99 ◦ green 129 ◦ blue 28

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

Shades of Olive Drab #63811C

Tints of Olive Drab #63811C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.94%

R = 38.67%
G = 50.39%
B = 10.94%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#63811C (or 0x63811C) is known color: Olive Drab. HEX triplet: 63, 81 and 1C. RGB value is (99,129,28). Sum of RGB (Red+Green+Blue) = 99+129+28=256 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.67% from 256); Green value is 129 (50.78% from 255 or 50.39% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 129 - color contains mainly: green. Hex color #63811C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63811C is #9C7EE3. Grayscale: #6C6C6C. Windows color (decimal): -10256100 or 1868131. OLE color: 1868131.

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

Color convert

RGB 99 129 28 -
CMYK 0.23 0 0.78 0.49
HSL 77.82º 0.64% 0.31% -
HSV(B) 77.82º 0.78% 0.51% -
XYZ 13.21 18.44 3.96 -
YUV 108.52 82.56 121.21 -
System Red Green Blue C M Y K H S L
Decimal 99 129 28 0.23 0 0.78 0.49 77.82 0.64 0.31
Hex 63 81 1C 17 0 4E 31 4E 40 1F
Octal 143 201 34 27 0 116 61 116 100 37
Binary 1100011 10000001 11100 10111 0 1001110 110001 1001110 1000000 11111

Color Harmonies of #63811C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63811C

Black with #63811C

Text Example


Text Example

White with #63811C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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