Html Css Color HEX #659277 Oxley

📋 copy color: '#659277'

red 101 ◦ green 146 ◦ blue 119

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

Shades of Oxley #659277

Tints of Oxley #659277

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.89%

 BLUE value IS 119 (46.88% from 255) = 32.51%

R = 27.6%
G = 39.89%
B = 32.51%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#659277 (or 0x659277) is known color: Oxley. HEX triplet: 65, 92 and 77. RGB value is (101,146,119). Sum of RGB (Red+Green+Blue) = 101+146+119=366 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.60% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 119 (46.88% from 255 or 32.51% from 366); Max value from RGB is 146 - color contains mainly: green. Hex color #659277 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659277 is #9A6D88. Grayscale: #818181. Windows color (decimal): -10120585 or 7836261. OLE color: 7836261.

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

Color convert

RGB 101 146 119 -
CMYK 0.31 0 0.18 0.43
HSL 144º 0.18% 0.48% -
HSV(B) 144º 0.31% 0.57% -
XYZ 18.98 24.66 21.21 -
YUV 129.47 122.09 107.7 -
System Red Green Blue C M Y K H S L
Decimal 101 146 119 0.31 0 0.18 0.43 144 0.18 0.48
Hex 65 92 77 1F 0 12 2B 90 12 30
Octal 145 222 167 37 0 22 53 220 22 60
Binary 1100101 10010010 1110111 11111 0 10010 101011 10010000 10010 110000

Color Harmonies of #659277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659277

Black with #659277

Text Example


Text Example

White with #659277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659277; }

 p { color: rgb(101,146,119); }

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

background-color css

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

 a { background-color: rgb(101,146,119); }

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

border-color css

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

 span { border-color: rgb(101,146,119); }

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