Html Css Color HEX #63880C Olive Drab

📋 copy color: '#63880C'

red 99 ◦ green 136 ◦ blue 12

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

Shades of Olive Drab #63880C

Tints of Olive Drab #63880C

RGB

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

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

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

R = 40.08%
G = 55.06%
B = 4.86%

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

#63880C (or 0x63880C) is known color: Olive Drab. HEX triplet: 63, 88 and 0C. RGB value is (99,136,12). Sum of RGB (Red+Green+Blue) = 99+136+12=247 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.08% from 247); Green value is 136 (53.52% from 255 or 55.06% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 136 - color contains mainly: green. Hex color #63880C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63880C is #9C77F3. Grayscale: #6F6F6F. Windows color (decimal): -10254324 or 821347. OLE color: 821347.

HSL color Cylindrical-coordinate representation of color #63880C: hue angle of 77.9º 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 #63880C is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB 99 136 12 -
CMYK 0.27 0 0.91 0.47
HSL 77.9º 0.84% 0.29% -
HSV(B) 77.9º 0.91% 0.53% -
XYZ 14.02 20.29 3.52 -
YUV 110.8 72.24 119.58 -
System Red Green Blue C M Y K H S L
Decimal 99 136 12 0.27 0 0.91 0.47 77.9 0.84 0.29
Hex 63 88 C 1B 0 5B 2F 4E 54 1D
Octal 143 210 14 33 0 133 57 116 124 35
Binary 1100011 10001000 1100 11011 0 1011011 101111 1001110 1010100 11101

Color Harmonies of #63880C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63880C

Black with #63880C

Text Example


Text Example

White with #63880C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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