Html Css Color HEX #659570 Oxley

📋 copy color: '#659570'

red 101 ◦ green 149 ◦ blue 112

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

Shades of Oxley #659570

Tints of Oxley #659570

RGB

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

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

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

R = 27.9%
G = 41.16%
B = 30.94%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#659570 (or 0x659570) is known color: Oxley. HEX triplet: 65, 95 and 70. RGB value is (101,149,112). Sum of RGB (Red+Green+Blue) = 101+149+112=362 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.90% from 362); Green value is 149 (58.59% from 255 or 41.16% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 149 - color contains mainly: green. Hex color #659570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659570 is #9A6A8F. Grayscale: #828282. Windows color (decimal): -10119824 or 7378277. OLE color: 7378277.

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

Color convert

RGB 101 149 112 -
CMYK 0.32 0 0.25 0.42
HSL 133.75º 0.19% 0.49% -
HSV(B) 133.75º 0.32% 0.58% -
XYZ 19.04 25.43 19.23 -
YUV 130.43 117.6 107.01 -
System Red Green Blue C M Y K H S L
Decimal 101 149 112 0.32 0 0.25 0.42 133.75 0.19 0.49
Hex 65 95 70 20 0 19 2A 86 13 31
Octal 145 225 160 40 0 31 52 206 23 61
Binary 1100101 10010101 1110000 100000 0 11001 101010 10000110 10011 110001

Color Harmonies of #659570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659570

Black with #659570

Text Example


Text Example

White with #659570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659570; }

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

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

background-color css

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

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

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

border-color css

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

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

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