Html Css Color HEX #63931D Olive Drab

📋 copy color: '#63931D'

red 99 ◦ green 147 ◦ blue 29

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

Shades of Olive Drab #63931D

Tints of Olive Drab #63931D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.55%

R = 36%
G = 53.45%
B = 10.55%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#63931D (or 0x63931D) is known color: Olive Drab. HEX triplet: 63, 93 and 1D. RGB value is (99,147,29). Sum of RGB (Red+Green+Blue) = 99+147+29=275 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36% from 275); Green value is 147 (57.81% from 255 or 53.45% from 275); Blue value is 29 (11.72% from 255 or 10.55% from 275); Max value from RGB is 147 - color contains mainly: green. Hex color #63931D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63931D is #9C6CE2. Grayscale: #777777. Windows color (decimal): -10251491 or 1938275. OLE color: 1938275.

HSL color Cylindrical-coordinate representation of color #63931D: hue angle of 84.41º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #63931D is Cyan = 0.33, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 147 29 -
CMYK 0.33 0 0.80 0.42
HSL 84.41º 0.67% 0.35% -
HSV(B) 84.41º 0.8% 0.58% -
XYZ 15.8 23.61 4.89 -
YUV 119.2 77.1 113.59 -
System Red Green Blue C M Y K H S L
Decimal 99 147 29 0.33 0 0.80 0.42 84.41 0.67 0.35
Hex 63 93 1D 21 0 50 2A 54 43 23
Octal 143 223 35 41 0 120 52 124 103 43
Binary 1100011 10010011 11101 100001 0 1010000 101010 1010100 1000011 100011

Color Harmonies of #63931D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63931D

Black with #63931D

Text Example


Text Example

White with #63931D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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