Html Css Color HEX #639579 Oxley

📋 copy color: '#639579'

red 99 ◦ green 149 ◦ blue 121

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

Shades of Oxley #639579

Tints of Oxley #639579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 32.79%

R = 26.83%
G = 40.38%
B = 32.79%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#639579 (or 0x639579) is known color: Oxley. HEX triplet: 63, 95 and 79. RGB value is (99,149,121). Sum of RGB (Red+Green+Blue) = 99+149+121=369 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.83% from 369); Green value is 149 (58.59% from 255 or 40.38% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 149 - color contains mainly: green. Hex color #639579 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639579 is #9C6A86. Grayscale: #828282. Windows color (decimal): -10250887 or 7968099. OLE color: 7968099.

HSL color Cylindrical-coordinate representation of color #639579: hue angle of 146.4º 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 #639579 is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 149 121 -
CMYK 0.34 0 0.19 0.42
HSL 146.4º 0.2% 0.49% -
HSV(B) 146.4º 0.34% 0.58% -
XYZ 19.34 25.53 22 -
YUV 130.86 122.44 105.28 -
System Red Green Blue C M Y K H S L
Decimal 99 149 121 0.34 0 0.19 0.42 146.4 0.2 0.49
Hex 63 95 79 22 0 13 2A 92 14 31
Octal 143 225 171 42 0 23 52 222 24 61
Binary 1100011 10010101 1111001 100010 0 10011 101010 10010010 10100 110001

Color Harmonies of #639579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639579

Black with #639579

Text Example


Text Example

White with #639579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639579; }

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

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

background-color css

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

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

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

border-color css

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

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

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