Html Css Color HEX #63900E Olive Drab

📋 copy color: '#63900E'

red 99 ◦ green 144 ◦ blue 14

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

Shades of Olive Drab #63900E

Tints of Olive Drab #63900E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.45%

R = 38.52%
G = 56.03%
B = 5.45%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.90

 K value IS 0.44

RGB Variations

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

Color information

#63900E (or 0x63900E) is known color: Olive Drab. HEX triplet: 63, 90 and 0E. RGB value is (99,144,14). Sum of RGB (Red+Green+Blue) = 99+144+14=257 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.52% from 257); Green value is 144 (56.64% from 255 or 56.03% from 257); Blue value is 14 (5.86% from 255 or 5.45% from 257); Max value from RGB is 144 - color contains mainly: green. Hex color #63900E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63900E is #9C6FF1. Grayscale: #747474. Windows color (decimal): -10252274 or 954467. OLE color: 954467.

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

Color convert

RGB 99 144 14 -
CMYK 0.31 0 0.90 0.44
HSL 80.77º 0.82% 0.31% -
HSV(B) 80.77º 0.9% 0.56% -
XYZ 15.2 22.63 3.98 -
YUV 115.73 70.59 116.07 -
System Red Green Blue C M Y K H S L
Decimal 99 144 14 0.31 0 0.90 0.44 80.77 0.82 0.31
Hex 63 90 E 1F 0 5A 2C 51 52 1F
Octal 143 220 16 37 0 132 54 121 122 37
Binary 1100011 10010000 1110 11111 0 1011010 101100 1010001 1010010 11111

Color Harmonies of #63900E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63900E

Black with #63900E

Text Example


Text Example

White with #63900E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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