Html Css Color HEX #659572 Oxley

📋 copy color: '#659572'

red 101 ◦ green 149 ◦ blue 114

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

Shades of Oxley #659572

Tints of Oxley #659572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.32%

R = 27.75%
G = 40.93%
B = 31.32%

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

#659572 (or 0x659572) is known color: Oxley. HEX triplet: 65, 95 and 72. RGB value is (101,149,114). Sum of RGB (Red+Green+Blue) = 101+149+114=364 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.75% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 114 (44.92% from 255 or 31.32% from 364); Max value from RGB is 149 - color contains mainly: green. Hex color #659572 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659572 is #9A6A8D. Grayscale: #828282. Windows color (decimal): -10119822 or 7509349. OLE color: 7509349.

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

Color convert

RGB 101 149 114 -
CMYK 0.32 0 0.23 0.42
HSL 136.25º 0.19% 0.49% -
HSV(B) 136.25º 0.32% 0.58% -
XYZ 19.15 25.48 19.83 -
YUV 130.66 118.6 106.85 -
System Red Green Blue C M Y K H S L
Decimal 101 149 114 0.32 0 0.23 0.42 136.25 0.19 0.49
Hex 65 95 72 20 0 17 2A 88 13 31
Octal 145 225 162 40 0 27 52 210 23 61
Binary 1100101 10010101 1110010 100000 0 10111 101010 10001000 10011 110001

Color Harmonies of #659572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659572

Black with #659572

Text Example


Text Example

White with #659572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659572; }

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

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

background-color css

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

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

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

border-color css

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

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

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