Html Css Color HEX #63880D Olive Drab

📋 copy color: '#63880D'

red 99 ◦ green 136 ◦ blue 13

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

Shades of Olive Drab #63880D

Tints of Olive Drab #63880D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 54.84%

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

R = 39.92%
G = 54.84%
B = 5.24%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#63880D (or 0x63880D) is known color: Olive Drab. HEX triplet: 63, 88 and 0D. RGB value is (99,136,13). Sum of RGB (Red+Green+Blue) = 99+136+13=248 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.92% from 248); Green value is 136 (53.52% from 255 or 54.84% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 136 - color contains mainly: green. Hex color #63880D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63880D is #9C77F2. Grayscale: #6F6F6F. Windows color (decimal): -10254323 or 886883. OLE color: 886883.

HSL color Cylindrical-coordinate representation of color #63880D: hue angle of 78.05º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #63880D is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 99 136 13 -
CMYK 0.27 0 0.90 0.47
HSL 78.05º 0.83% 0.29% -
HSV(B) 78.05º 0.9% 0.53% -
XYZ 14.02 20.29 3.56 -
YUV 110.92 72.74 119.5 -
System Red Green Blue C M Y K H S L
Decimal 99 136 13 0.27 0 0.90 0.47 78.05 0.83 0.29
Hex 63 88 D 1B 0 5A 2F 4E 53 1D
Octal 143 210 15 33 0 132 57 116 123 35
Binary 1100011 10001000 1101 11011 0 1011010 101111 1001110 1010011 11101

Color Harmonies of #63880D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63880D

Black with #63880D

Text Example


Text Example

White with #63880D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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