Html Css Color HEX #639577 Oxley

📋 copy color: '#639577'

red 99 ◦ green 149 ◦ blue 119

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

Shades of Oxley #639577

Tints of Oxley #639577

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.6%

 BLUE value IS 119 (46.88% from 255) = 32.43%

R = 26.98%
G = 40.6%
B = 32.43%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#639577 (or 0x639577) is known color: Oxley. HEX triplet: 63, 95 and 77. RGB value is (99,149,119). Sum of RGB (Red+Green+Blue) = 99+149+119=367 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.98% from 367); Green value is 149 (58.59% from 255 or 40.60% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 149 - color contains mainly: green. Hex color #639577 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639577 is #9C6A88. Grayscale: #828282. Windows color (decimal): -10250889 or 7837027. OLE color: 7837027.

HSL color Cylindrical-coordinate representation of color #639577: hue angle of 144º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #639577 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 149 119 -
CMYK 0.34 0 0.20 0.42
HSL 144º 0.2% 0.49% -
HSV(B) 144º 0.34% 0.58% -
XYZ 19.22 25.48 21.36 -
YUV 130.63 121.44 105.44 -
System Red Green Blue C M Y K H S L
Decimal 99 149 119 0.34 0 0.20 0.42 144 0.2 0.49
Hex 63 95 77 22 0 14 2A 90 14 31
Octal 143 225 167 42 0 24 52 220 24 61
Binary 1100011 10010101 1110111 100010 0 10100 101010 10010000 10100 110001

Color Harmonies of #639577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639577

Black with #639577

Text Example


Text Example

White with #639577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639577; }

 p { color: rgb(99,149,119); }

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

background-color css

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

 a { background-color: rgb(99,149,119); }

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

border-color css

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

 span { border-color: rgb(99,149,119); }

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