Html Css Color HEX #63930E Olive Drab

📋 copy color: '#63930E'

red 99 ◦ green 147 ◦ blue 14

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

Shades of Olive Drab #63930E

Tints of Olive Drab #63930E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 56.54%

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

R = 38.08%
G = 56.54%
B = 5.38%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#63930E (or 0x63930E) is known color: Olive Drab. HEX triplet: 63, 93 and 0E. RGB value is (99,147,14). Sum of RGB (Red+Green+Blue) = 99+147+14=260 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.08% from 260); Green value is 147 (57.81% from 255 or 56.54% from 260); Blue value is 14 (5.86% from 255 or 5.38% from 260); Max value from RGB is 147 - color contains mainly: green. Hex color #63930E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63930E is #9C6CF1. Grayscale: #757575. Windows color (decimal): -10251506 or 955235. OLE color: 955235.

HSL color Cylindrical-coordinate representation of color #63930E: hue angle of 81.65º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #63930E is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 147 14 -
CMYK 0.33 0 0.90 0.42
HSL 81.65º 0.83% 0.32% -
HSV(B) 81.65º 0.9% 0.58% -
XYZ 15.66 23.55 4.14 -
YUV 117.49 69.6 114.81 -
System Red Green Blue C M Y K H S L
Decimal 99 147 14 0.33 0 0.90 0.42 81.65 0.83 0.32
Hex 63 93 E 21 0 5A 2A 52 53 20
Octal 143 223 16 41 0 132 52 122 123 40
Binary 1100011 10010011 1110 100001 0 1011010 101010 1010010 1010011 100000

Color Harmonies of #63930E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63930E

Black with #63930E

Text Example


Text Example

White with #63930E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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