Html Css Color HEX #63931C Olive Drab

📋 copy color: '#63931C'

red 99 ◦ green 147 ◦ blue 28

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

Shades of Olive Drab #63931C

Tints of Olive Drab #63931C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.22%

R = 36.13%
G = 53.65%
B = 10.22%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#63931C (or 0x63931C) is known color: Olive Drab. HEX triplet: 63, 93 and 1C. RGB value is (99,147,28). Sum of RGB (Red+Green+Blue) = 99+147+28=274 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.13% from 274); Green value is 147 (57.81% from 255 or 53.65% from 274); Blue value is 28 (11.33% from 255 or 10.22% from 274); Max value from RGB is 147 - color contains mainly: green. Hex color #63931C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63931C is #9C6CE3. Grayscale: #777777. Windows color (decimal): -10251492 or 1872739. OLE color: 1872739.

HSL color Cylindrical-coordinate representation of color #63931C: hue angle of 84.2º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #63931C is Cyan = 0.33, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 147 28 -
CMYK 0.33 0 0.81 0.42
HSL 84.2º 0.68% 0.34% -
HSV(B) 84.2º 0.81% 0.58% -
XYZ 15.79 23.6 4.82 -
YUV 119.08 76.6 113.68 -
System Red Green Blue C M Y K H S L
Decimal 99 147 28 0.33 0 0.81 0.42 84.2 0.68 0.34
Hex 63 93 1C 21 0 51 2A 54 44 22
Octal 143 223 34 41 0 121 52 124 104 42
Binary 1100011 10010011 11100 100001 0 1010001 101010 1010100 1000100 100010

Color Harmonies of #63931C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63931C

Black with #63931C

Text Example


Text Example

White with #63931C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63931C; }

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

 H1.HeaderClassName
 {
   color: #63931C;
 }
 .AnyTagClassName
 {
   color: #63931C;
 }
</style>

background-color css

<style>
 a { background-color: #63931C; }

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

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

border-color css

<style>
 span { border-color: #63931C; }

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

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