Html Css Color HEX #63900B Olive Drab

📋 copy color: '#63900B'

red 99 ◦ green 144 ◦ blue 11

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

Shades of Olive Drab #63900B

Tints of Olive Drab #63900B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.33%

R = 38.98%
G = 56.69%
B = 4.33%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#63900B (or 0x63900B) is known color: Olive Drab. HEX triplet: 63, 90 and 0B. RGB value is (99,144,11). Sum of RGB (Red+Green+Blue) = 99+144+11=254 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.98% from 254); Green value is 144 (56.64% from 255 or 56.69% from 254); Blue value is 11 (4.69% from 255 or 4.33% from 254); Max value from RGB is 144 - color contains mainly: green. Hex color #63900B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63900B is #9C6FF4. Grayscale: #737373. Windows color (decimal): -10252277 or 757859. OLE color: 757859.

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

Color convert

RGB 99 144 11 -
CMYK 0.31 0 0.92 0.44
HSL 80.3º 0.86% 0.3% -
HSV(B) 80.3º 0.92% 0.56% -
XYZ 15.18 22.62 3.88 -
YUV 115.38 69.09 116.31 -
System Red Green Blue C M Y K H S L
Decimal 99 144 11 0.31 0 0.92 0.44 80.3 0.86 0.3
Hex 63 90 B 1F 0 5C 2C 50 56 1E
Octal 143 220 13 37 0 134 54 120 126 36
Binary 1100011 10010000 1011 11111 0 1011100 101100 1010000 1010110 11110

Color Harmonies of #63900B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63900B

Black with #63900B

Text Example


Text Example

White with #63900B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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