Html Css Color HEX #659771 Oxley

📋 copy color: '#659771'

red 101 ◦ green 151 ◦ blue 113

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

Shades of Oxley #659771

Tints of Oxley #659771

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.37%

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

R = 27.67%
G = 41.37%
B = 30.96%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#659771 (or 0x659771) is known color: Oxley. HEX triplet: 65, 97 and 71. RGB value is (101,151,113). Sum of RGB (Red+Green+Blue) = 101+151+113=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 151 (59.38% from 255 or 41.37% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 151 - color contains mainly: green. Hex color #659771 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659771 is #9A688E. Grayscale: #838383. Windows color (decimal): -10119311 or 7444325. OLE color: 7444325.

HSL color Cylindrical-coordinate representation of color #659771: hue angle of 134.4º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #659771 is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 101 151 113 -
CMYK 0.33 0 0.25 0.41
HSL 134.4º 0.2% 0.49% -
HSV(B) 134.4º 0.33% 0.59% -
XYZ 19.41 26.09 19.64 -
YUV 131.72 117.44 106.09 -
System Red Green Blue C M Y K H S L
Decimal 101 151 113 0.33 0 0.25 0.41 134.4 0.2 0.49
Hex 65 97 71 21 0 19 29 86 14 31
Octal 145 227 161 41 0 31 51 206 24 61
Binary 1100101 10010111 1110001 100001 0 11001 101001 10000110 10100 110001

Color Harmonies of #659771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659771

Black with #659771

Text Example


Text Example

White with #659771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659771; }

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

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

background-color css

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

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

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

border-color css

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

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

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