Html Css Color HEX #63880A Olive Drab

📋 copy color: '#63880A'

red 99 ◦ green 136 ◦ blue 10

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

Shades of Olive Drab #63880A

Tints of Olive Drab #63880A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.08%

R = 40.41%
G = 55.51%
B = 4.08%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#63880A (or 0x63880A) is known color: Olive Drab. HEX triplet: 63, 88 and 0A. RGB value is (99,136,10). Sum of RGB (Red+Green+Blue) = 99+136+10=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 136 (53.52% from 255 or 55.51% from 245); Blue value is 10 (4.30% from 255 or 4.08% from 245); Max value from RGB is 136 - color contains mainly: green. Hex color #63880A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63880A is #9C77F5. Grayscale: #6F6F6F. Windows color (decimal): -10254326 or 690275. OLE color: 690275.

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

Color convert

RGB 99 136 10 -
CMYK 0.27 0 0.93 0.47
HSL 77.62º 0.86% 0.29% -
HSV(B) 77.62º 0.93% 0.53% -
XYZ 14 20.28 3.46 -
YUV 110.57 71.24 119.75 -
System Red Green Blue C M Y K H S L
Decimal 99 136 10 0.27 0 0.93 0.47 77.62 0.86 0.29
Hex 63 88 A 1B 0 5D 2F 4E 56 1D
Octal 143 210 12 33 0 135 57 116 126 35
Binary 1100011 10001000 1010 11011 0 1011101 101111 1001110 1010110 11101

Color Harmonies of #63880A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63880A

Black with #63880A

Text Example


Text Example

White with #63880A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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