Html Css Color HEX #63986C Oxley

📋 copy color: '#63986C'

red 99 ◦ green 152 ◦ blue 108

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

Shades of Oxley #63986C

Tints of Oxley #63986C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.34%

 BLUE value IS 108 (42.58% from 255) = 30.08%

R = 27.58%
G = 42.34%
B = 30.08%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#63986C (or 0x63986C) is known color: Oxley. HEX triplet: 63, 98 and 6C. RGB value is (99,152,108). Sum of RGB (Red+Green+Blue) = 99+152+108=359 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.58% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 152 - color contains mainly: green. Hex color #63986C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63986C is #9C6793. Grayscale: #838383. Windows color (decimal): -10250132 or 7116899. OLE color: 7116899.

HSL color Cylindrical-coordinate representation of color #63986C: hue angle of 130.19º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #63986C is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB 99 152 108 -
CMYK 0.35 0 0.29 0.40
HSL 130.19º 0.21% 0.49% -
HSV(B) 130.19º 0.35% 0.6% -
XYZ 19.08 26.19 18.24 -
YUV 131.14 114.94 105.08 -
System Red Green Blue C M Y K H S L
Decimal 99 152 108 0.35 0 0.29 0.40 130.19 0.21 0.49
Hex 63 98 6C 23 0 1D 28 82 15 31
Octal 143 230 154 43 0 35 50 202 25 61
Binary 1100011 10011000 1101100 100011 0 11101 101000 10000010 10101 110001

Color Harmonies of #63986C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63986C

Black with #63986C

Text Example


Text Example

White with #63986C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,152,108); }

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

background-color css

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

 a { background-color: rgb(99,152,108); }

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

border-color css

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

 span { border-color: rgb(99,152,108); }

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