Html Css Color HEX #63811E Olive Drab

📋 copy color: '#63811E'

red 99 ◦ green 129 ◦ blue 30

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

Shades of Olive Drab #63811E

Tints of Olive Drab #63811E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.63%

R = 38.37%
G = 50%
B = 11.63%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#63811E (or 0x63811E) is known color: Olive Drab. HEX triplet: 63, 81 and 1E. RGB value is (99,129,30). Sum of RGB (Red+Green+Blue) = 99+129+30=258 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.37% from 258); Green value is 129 (50.78% from 255 or 50% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 129 - color contains mainly: green. Hex color #63811E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63811E is #9C7EE1. Grayscale: #6D6D6D. Windows color (decimal): -10256098 or 1999203. OLE color: 1999203.

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

Color convert

RGB 99 129 30 -
CMYK 0.23 0 0.77 0.49
HSL 78.18º 0.62% 0.31% -
HSV(B) 78.18º 0.77% 0.51% -
XYZ 13.23 18.45 4.09 -
YUV 108.74 83.56 121.05 -
System Red Green Blue C M Y K H S L
Decimal 99 129 30 0.23 0 0.77 0.49 78.18 0.62 0.31
Hex 63 81 1E 17 0 4D 31 4E 3E 1F
Octal 143 201 36 27 0 115 61 116 76 37
Binary 1100011 10000001 11110 10111 0 1001101 110001 1001110 111110 11111

Color Harmonies of #63811E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63811E

Black with #63811E

Text Example


Text Example

White with #63811E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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