Html Css Color HEX #63860C Olive Drab

📋 copy color: '#63860C'

red 99 ◦ green 134 ◦ blue 12

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

Shades of Olive Drab #63860C

Tints of Olive Drab #63860C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 54.69%

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

R = 40.41%
G = 54.69%
B = 4.9%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#63860C (or 0x63860C) is known color: Olive Drab. HEX triplet: 63, 86 and 0C. RGB value is (99,134,12). Sum of RGB (Red+Green+Blue) = 99+134+12=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 134 (52.73% from 255 or 54.69% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 134 - color contains mainly: green. Hex color #63860C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63860C is #9C79F3. Grayscale: #6E6E6E. Windows color (decimal): -10254836 or 820835. OLE color: 820835.

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

Color convert

RGB 99 134 12 -
CMYK 0.26 0 0.91 0.47
HSL 77.21º 0.84% 0.29% -
HSV(B) 77.21º 0.91% 0.53% -
XYZ 13.74 19.73 3.43 -
YUV 109.63 72.9 120.42 -
System Red Green Blue C M Y K H S L
Decimal 99 134 12 0.26 0 0.91 0.47 77.21 0.84 0.29
Hex 63 86 C 1A 0 5B 2F 4D 54 1D
Octal 143 206 14 32 0 133 57 115 124 35
Binary 1100011 10000110 1100 11010 0 1011011 101111 1001101 1010100 11101

Color Harmonies of #63860C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63860C

Black with #63860C

Text Example


Text Example

White with #63860C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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