Html Css Color HEX #659573 Oxley

📋 copy color: '#659573'

red 101 ◦ green 149 ◦ blue 115

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

Shades of Oxley #659573

Tints of Oxley #659573

RGB

 RED value IS 101 (39.84% from 255) = 27.67%

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

 BLUE value IS 115 (45.31% from 255) = 31.51%

R = 27.67%
G = 40.82%
B = 31.51%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#659573 (or 0x659573) is known color: Oxley. HEX triplet: 65, 95 and 73. RGB value is (101,149,115). Sum of RGB (Red+Green+Blue) = 101+149+115=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 149 - color contains mainly: green. Hex color #659573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659573 is #9A6A8C. Grayscale: #828282. Windows color (decimal): -10119821 or 7574885. OLE color: 7574885.

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

Color convert

RGB 101 149 115 -
CMYK 0.32 0 0.23 0.42
HSL 137.5º 0.19% 0.49% -
HSV(B) 137.5º 0.32% 0.58% -
XYZ 19.21 25.5 20.13 -
YUV 130.77 119.1 106.76 -
System Red Green Blue C M Y K H S L
Decimal 101 149 115 0.32 0 0.23 0.42 137.5 0.19 0.49
Hex 65 95 73 20 0 17 2A 8A 13 31
Octal 145 225 163 40 0 27 52 212 23 61
Binary 1100101 10010101 1110011 100000 0 10111 101010 10001010 10011 110001

Color Harmonies of #659573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659573

Black with #659573

Text Example


Text Example

White with #659573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659573; }

 p { color: rgb(101,149,115); }

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

background-color css

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

 a { background-color: rgb(101,149,115); }

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

border-color css

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

 span { border-color: rgb(101,149,115); }

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