Html Css Color HEX #63900D Olive Drab

📋 copy color: '#63900D'

red 99 ◦ green 144 ◦ blue 13

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

Shades of Olive Drab #63900D

Tints of Olive Drab #63900D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 56.25%

 BLUE value IS 13 (5.47% from 255) = 5.08%

R = 38.67%
G = 56.25%
B = 5.08%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.91

 K value IS 0.44

RGB Variations

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

Color information

#63900D (or 0x63900D) is known color: Olive Drab. HEX triplet: 63, 90 and 0D. RGB value is (99,144,13). Sum of RGB (Red+Green+Blue) = 99+144+13=256 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.67% from 256); Green value is 144 (56.64% from 255 or 56.25% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 144 - color contains mainly: green. Hex color #63900D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63900D is #9C6FF2. Grayscale: #747474. Windows color (decimal): -10252275 or 888931. OLE color: 888931.

HSL color Cylindrical-coordinate representation of color #63900D: hue angle of 80.61º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #63900D is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.44.

Color convert

RGB 99 144 13 -
CMYK 0.31 0 0.91 0.44
HSL 80.61º 0.83% 0.31% -
HSV(B) 80.61º 0.91% 0.56% -
XYZ 15.19 22.63 3.95 -
YUV 115.61 70.09 116.15 -
System Red Green Blue C M Y K H S L
Decimal 99 144 13 0.31 0 0.91 0.44 80.61 0.83 0.31
Hex 63 90 D 1F 0 5B 2C 51 53 1F
Octal 143 220 15 37 0 133 54 121 123 37
Binary 1100011 10010000 1101 11111 0 1011011 101100 1010001 1010011 11111

Color Harmonies of #63900D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63900D

Black with #63900D

Text Example


Text Example

White with #63900D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,144,13); }

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

background-color css

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

 a { background-color: rgb(99,144,13); }

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

border-color css

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

 span { border-color: rgb(99,144,13); }

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