Html Css Color HEX #659D79 Oxley

📋 copy color: '#659D79'

red 101 ◦ green 157 ◦ blue 121

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

Shades of Oxley #659D79

Tints of Oxley #659D79

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.42%

 BLUE value IS 121 (47.66% from 255) = 31.93%

R = 26.65%
G = 41.42%
B = 31.93%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#659D79 (or 0x659D79) is known color: Oxley. HEX triplet: 65, 9D and 79. RGB value is (101,157,121). Sum of RGB (Red+Green+Blue) = 101+157+121=379 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.65% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 157 - color contains mainly: green. Hex color #659D79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659D79 is #9A6286. Grayscale: #888888. Windows color (decimal): -10117767 or 7970149. OLE color: 7970149.

HSL color Cylindrical-coordinate representation of color #659D79: hue angle of 141.43º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #659D79 is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 157 121 -
CMYK 0.36 0 0.23 0.38
HSL 141.43º 0.22% 0.51% -
HSV(B) 141.43º 0.36% 0.62% -
XYZ 20.87 28.26 22.44 -
YUV 136.15 119.45 102.93 -
System Red Green Blue C M Y K H S L
Decimal 101 157 121 0.36 0 0.23 0.38 141.43 0.22 0.51
Hex 65 9D 79 24 0 17 26 8D 16 33
Octal 145 235 171 44 0 27 46 215 26 63
Binary 1100101 10011101 1111001 100100 0 10111 100110 10001101 10110 110011

Color Harmonies of #659D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659D79

Black with #659D79

Text Example


Text Example

White with #659D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659D79; }

 p { color: rgb(101,157,121); }

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

background-color css

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

 a { background-color: rgb(101,157,121); }

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

border-color css

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

 span { border-color: rgb(101,157,121); }

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