Html Css Color HEX #63990D Olive Drab

📋 copy color: '#63990D'

red 99 ◦ green 153 ◦ blue 13

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

Shades of Olive Drab #63990D

Tints of Olive Drab #63990D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 57.74%

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

R = 37.36%
G = 57.74%
B = 4.91%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#63990D (or 0x63990D) is known color: Olive Drab. HEX triplet: 63, 99 and 0D. RGB value is (99,153,13). Sum of RGB (Red+Green+Blue) = 99+153+13=265 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.36% from 265); Green value is 153 (60.16% from 255 or 57.74% from 265); Blue value is 13 (5.47% from 255 or 4.91% from 265); Max value from RGB is 153 - color contains mainly: green. Hex color #63990D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63990D is #9C66F2. Grayscale: #797979. Windows color (decimal): -10249971 or 891235. OLE color: 891235.

HSL color Cylindrical-coordinate representation of color #63990D: hue angle of 83.14º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #63990D is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB 99 153 13 -
CMYK 0.35 0 0.92 0.4
HSL 83.14º 0.84% 0.33% -
HSV(B) 83.14º 0.92% 0.6% -
XYZ 16.61 25.46 4.42 -
YUV 120.89 67.11 112.38 -
System Red Green Blue C M Y K H S L
Decimal 99 153 13 0.35 0 0.92 0.4 83.14 0.84 0.33
Hex 63 99 D 23 0 5C 28 53 54 21
Octal 143 231 15 43 0 134 50 123 124 41
Binary 1100011 10011001 1101 100011 0 1011100 101000 1010011 1010100 100001

Color Harmonies of #63990D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63990D

Black with #63990D

Text Example


Text Example

White with #63990D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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