Html Css Color HEX #659377 Oxley

📋 copy color: '#659377'

red 101 ◦ green 147 ◦ blue 119

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

Shades of Oxley #659377

Tints of Oxley #659377

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.05%

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

R = 27.52%
G = 40.05%
B = 32.43%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#659377 (or 0x659377) is known color: Oxley. HEX triplet: 65, 93 and 77. RGB value is (101,147,119). Sum of RGB (Red+Green+Blue) = 101+147+119=367 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.52% from 367); Green value is 147 (57.81% from 255 or 40.05% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 147 - color contains mainly: green. Hex color #659377 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659377 is #9A6C88. Grayscale: #828282. Windows color (decimal): -10120329 or 7836517. OLE color: 7836517.

HSL color Cylindrical-coordinate representation of color #659377: hue angle of 143.48º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #659377 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 147 119 -
CMYK 0.31 0 0.19 0.42
HSL 143.48º 0.19% 0.49% -
HSV(B) 143.48º 0.31% 0.58% -
XYZ 19.13 24.97 21.26 -
YUV 130.05 121.76 107.28 -
System Red Green Blue C M Y K H S L
Decimal 101 147 119 0.31 0 0.19 0.42 143.48 0.19 0.49
Hex 65 93 77 1F 0 13 2A 8F 13 31
Octal 145 223 167 37 0 23 52 217 23 61
Binary 1100101 10010011 1110111 11111 0 10011 101010 10001111 10011 110001

Color Harmonies of #659377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659377

Black with #659377

Text Example


Text Example

White with #659377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659377; }

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

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

background-color css

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

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

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

border-color css

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

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

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