Html Css Color HEX #639570 Oxley

📋 copy color: '#639570'

red 99 ◦ green 149 ◦ blue 112

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

Shades of Oxley #639570

Tints of Oxley #639570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.11%

R = 27.5%
G = 41.39%
B = 31.11%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#639570 (or 0x639570) is known color: Oxley. HEX triplet: 63, 95 and 70. RGB value is (99,149,112). Sum of RGB (Red+Green+Blue) = 99+149+112=360 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.5% from 360); Green value is 149 (58.59% from 255 or 41.39% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 149 - color contains mainly: green. Hex color #639570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639570 is #9C6A8F. Grayscale: #818181. Windows color (decimal): -10250896 or 7378275. OLE color: 7378275.

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

Color convert

RGB 99 149 112 -
CMYK 0.34 0 0.25 0.42
HSL 135.6º 0.2% 0.49% -
HSV(B) 135.6º 0.34% 0.58% -
XYZ 18.82 25.32 19.22 -
YUV 129.83 117.94 106.01 -
System Red Green Blue C M Y K H S L
Decimal 99 149 112 0.34 0 0.25 0.42 135.6 0.2 0.49
Hex 63 95 70 22 0 19 2A 88 14 31
Octal 143 225 160 42 0 31 52 210 24 61
Binary 1100011 10010101 1110000 100010 0 11001 101010 10001000 10100 110001

Color Harmonies of #639570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639570

Black with #639570

Text Example


Text Example

White with #639570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639570; }

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

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

background-color css

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

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

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

border-color css

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

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

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