Html Css Color HEX #63987A Oxley

📋 copy color: '#63987A'

red 99 ◦ green 152 ◦ blue 122

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

Shades of Oxley #63987A

Tints of Oxley #63987A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.71%

R = 26.54%
G = 40.75%
B = 32.71%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#63987A (or 0x63987A) is known color: Oxley. HEX triplet: 63, 98 and 7A. RGB value is (99,152,122). Sum of RGB (Red+Green+Blue) = 99+152+122=373 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.54% from 373); Green value is 152 (59.77% from 255 or 40.75% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 152 - color contains mainly: green. Hex color #63987A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63987A is #9C6785. Grayscale: #848484. Windows color (decimal): -10250118 or 8034403. OLE color: 8034403.

HSL color Cylindrical-coordinate representation of color #63987A: hue angle of 146.04º 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 #63987A is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 99 152 122 -
CMYK 0.35 0 0.20 0.40
HSL 146.04º 0.21% 0.49% -
HSV(B) 146.04º 0.35% 0.6% -
XYZ 19.89 26.51 22.48 -
YUV 132.73 121.94 103.94 -
System Red Green Blue C M Y K H S L
Decimal 99 152 122 0.35 0 0.20 0.40 146.04 0.21 0.49
Hex 63 98 7A 23 0 14 28 92 15 31
Octal 143 230 172 43 0 24 50 222 25 61
Binary 1100011 10011000 1111010 100011 0 10100 101000 10010010 10101 110001

Color Harmonies of #63987A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63987A

Black with #63987A

Text Example


Text Example

White with #63987A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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