Html Css Color HEX #63910B Olive Drab

📋 copy color: '#63910B'

red 99 ◦ green 145 ◦ blue 11

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

Shades of Olive Drab #63910B

Tints of Olive Drab #63910B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 56.86%

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

R = 38.82%
G = 56.86%
B = 4.31%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.92

 K value IS 0.43

RGB Variations

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

Color information

#63910B (or 0x63910B) is known color: Olive Drab. HEX triplet: 63, 91 and 0B. RGB value is (99,145,11). Sum of RGB (Red+Green+Blue) = 99+145+11=255 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.82% from 255); Green value is 145 (57.03% from 255 or 56.86% from 255); Blue value is 11 (4.69% from 255 or 4.31% from 255); Max value from RGB is 145 - color contains mainly: green. Hex color #63910B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63910B is #9C6EF4. Grayscale: #747474. Windows color (decimal): -10252021 or 758115. OLE color: 758115.

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

Color convert

RGB 99 145 11 -
CMYK 0.32 0 0.92 0.43
HSL 80.6º 0.86% 0.31% -
HSV(B) 80.6º 0.92% 0.57% -
XYZ 15.33 22.93 3.93 -
YUV 115.97 68.76 115.9 -
System Red Green Blue C M Y K H S L
Decimal 99 145 11 0.32 0 0.92 0.43 80.6 0.86 0.31
Hex 63 91 B 20 0 5C 2B 51 56 1F
Octal 143 221 13 40 0 134 53 121 126 37
Binary 1100011 10010001 1011 100000 0 1011100 101011 1010001 1010110 11111

Color Harmonies of #63910B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63910B

Black with #63910B

Text Example


Text Example

White with #63910B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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