Html Css Color HEX #63820D Olive Drab

📋 copy color: '#63820D'

red 99 ◦ green 130 ◦ blue 13

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

Shades of Olive Drab #63820D

Tints of Olive Drab #63820D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 53.72%

 BLUE value IS 13 (5.47% from 255) = 5.37%

R = 40.91%
G = 53.72%
B = 5.37%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.9

 K value IS 0.49

RGB Variations

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

Color information

#63820D (or 0x63820D) is known color: Olive Drab. HEX triplet: 63, 82 and 0D. RGB value is (99,130,13). Sum of RGB (Red+Green+Blue) = 99+130+13=242 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.91% from 242); Green value is 130 (51.17% from 255 or 53.72% from 242); Blue value is 13 (5.47% from 255 or 5.37% from 242); Max value from RGB is 130 - color contains mainly: green. Hex color #63820D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63820D is #9C7DF2. Grayscale: #6B6B6B. Windows color (decimal): -10255859 or 885347. OLE color: 885347.

HSL color Cylindrical-coordinate representation of color #63820D: hue angle of 75.9º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #63820D is Cyan = 0.24, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.49.

Color convert

RGB 99 130 13 -
CMYK 0.24 0 0.9 0.49
HSL 75.9º 0.82% 0.28% -
HSV(B) 75.9º 0.9% 0.51% -
XYZ 13.2 18.65 3.28 -
YUV 107.39 74.73 122.01 -
System Red Green Blue C M Y K H S L
Decimal 99 130 13 0.24 0 0.9 0.49 75.9 0.82 0.28
Hex 63 82 D 18 0 5A 31 4C 52 1C
Octal 143 202 15 30 0 132 61 114 122 34
Binary 1100011 10000010 1101 11000 0 1011010 110001 1001100 1010010 11100

Color Harmonies of #63820D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63820D

Black with #63820D

Text Example


Text Example

White with #63820D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,130,13); }

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

background-color css

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

 a { background-color: rgb(99,130,13); }

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

border-color css

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

 span { border-color: rgb(99,130,13); }

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