Html Css Color HEX #659178 Oxley

📋 copy color: '#659178'

red 101 ◦ green 145 ◦ blue 120

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

Shades of Oxley #659178

Tints of Oxley #659178

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.62%

 BLUE value IS 120 (47.27% from 255) = 32.79%

R = 27.6%
G = 39.62%
B = 32.79%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#659178 (or 0x659178) is known color: Oxley. HEX triplet: 65, 91 and 78. RGB value is (101,145,120). Sum of RGB (Red+Green+Blue) = 101+145+120=366 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.60% from 366); Green value is 145 (57.03% from 255 or 39.62% from 366); Blue value is 120 (47.27% from 255 or 32.79% from 366); Max value from RGB is 145 - color contains mainly: green. Hex color #659178 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659178 is #9A6E87. Grayscale: #818181. Windows color (decimal): -10120840 or 7901541. OLE color: 7901541.

HSL color Cylindrical-coordinate representation of color #659178: hue angle of 145.91º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #659178 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB 101 145 120 -
CMYK 0.30 0 0.17 0.43
HSL 145.91º 0.18% 0.48% -
HSV(B) 145.91º 0.3% 0.57% -
XYZ 18.88 24.37 21.48 -
YUV 128.99 122.92 108.03 -
System Red Green Blue C M Y K H S L
Decimal 101 145 120 0.30 0 0.17 0.43 145.91 0.18 0.48
Hex 65 91 78 1E 0 11 2B 92 12 30
Octal 145 221 170 36 0 21 53 222 22 60
Binary 1100101 10010001 1111000 11110 0 10001 101011 10010010 10010 110000

Color Harmonies of #659178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659178

Black with #659178

Text Example


Text Example

White with #659178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659178; }

 p { color: rgb(101,145,120); }

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

background-color css

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

 a { background-color: rgb(101,145,120); }

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

border-color css

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

 span { border-color: rgb(101,145,120); }

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