Html Css Color HEX #63870C Olive Drab

📋 copy color: '#63870C'

red 99 ◦ green 135 ◦ blue 12

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

Shades of Olive Drab #63870C

Tints of Olive Drab #63870C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 54.88%

 BLUE value IS 12 (5.08% from 255) = 4.88%

R = 40.24%
G = 54.88%
B = 4.88%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#63870C (or 0x63870C) is known color: Olive Drab. HEX triplet: 63, 87 and 0C. RGB value is (99,135,12). Sum of RGB (Red+Green+Blue) = 99+135+12=246 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.24% from 246); Green value is 135 (53.12% from 255 or 54.88% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 135 - color contains mainly: green. Hex color #63870C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63870C is #9C78F3. Grayscale: #6E6E6E. Windows color (decimal): -10254580 or 821091. OLE color: 821091.

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

Color convert

RGB 99 135 12 -
CMYK 0.27 0 0.91 0.47
HSL 77.56º 0.84% 0.29% -
HSV(B) 77.56º 0.91% 0.53% -
XYZ 13.88 20.01 3.48 -
YUV 110.21 72.57 120 -
System Red Green Blue C M Y K H S L
Decimal 99 135 12 0.27 0 0.91 0.47 77.56 0.84 0.29
Hex 63 87 C 1B 0 5B 2F 4E 54 1D
Octal 143 207 14 33 0 133 57 116 124 35
Binary 1100011 10000111 1100 11011 0 1011011 101111 1001110 1010100 11101

Color Harmonies of #63870C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63870C

Black with #63870C

Text Example


Text Example

White with #63870C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63870C; }

 p { color: rgb(99,135,12); }

 H1.HeaderClassName
 {
   color: #63870C;
 }
 .AnyTagClassName
 {
   color: #63870C;
 }
</style>

background-color css

<style>
 a { background-color: #63870C; }

 a { background-color: rgb(99,135,12); }

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

border-color css

<style>
 span { border-color: #63870C; }

 span { border-color: rgb(99,135,12); }

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