Html Css Color HEX #659471 Oxley

📋 copy color: '#659471'

red 101 ◦ green 148 ◦ blue 113

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

Shades of Oxley #659471

Tints of Oxley #659471

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.88%

 BLUE value IS 113 (44.53% from 255) = 31.22%

R = 27.9%
G = 40.88%
B = 31.22%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#659471 (or 0x659471) is known color: Oxley. HEX triplet: 65, 94 and 71. RGB value is (101,148,113). Sum of RGB (Red+Green+Blue) = 101+148+113=362 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.90% from 362); Green value is 148 (58.20% from 255 or 40.88% from 362); Blue value is 113 (44.53% from 255 or 31.22% from 362); Max value from RGB is 148 - color contains mainly: green. Hex color #659471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659471 is #9A6B8E. Grayscale: #828282. Windows color (decimal): -10120079 or 7443557. OLE color: 7443557.

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

Color convert

RGB 101 148 113 -
CMYK 0.32 0 0.24 0.42
HSL 135.32º 0.19% 0.49% -
HSV(B) 135.32º 0.32% 0.58% -
XYZ 18.94 25.14 19.48 -
YUV 129.96 118.43 107.35 -
System Red Green Blue C M Y K H S L
Decimal 101 148 113 0.32 0 0.24 0.42 135.32 0.19 0.49
Hex 65 94 71 20 0 18 2A 87 13 31
Octal 145 224 161 40 0 30 52 207 23 61
Binary 1100101 10010100 1110001 100000 0 11000 101010 10000111 10011 110001

Color Harmonies of #659471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659471

Black with #659471

Text Example


Text Example

White with #659471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659471; }

 p { color: rgb(101,148,113); }

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

background-color css

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

 a { background-color: rgb(101,148,113); }

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

border-color css

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

 span { border-color: rgb(101,148,113); }

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