Html Css Color HEX #659F6D Oxley

📋 copy color: '#659F6D'

red 101 ◦ green 159 ◦ blue 109

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

Shades of Oxley #659F6D

Tints of Oxley #659F6D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 43.09%

 BLUE value IS 109 (42.97% from 255) = 29.54%

R = 27.37%
G = 43.09%
B = 29.54%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#659F6D (or 0x659F6D) is known color: Oxley. HEX triplet: 65, 9F and 6D. RGB value is (101,159,109). Sum of RGB (Red+Green+Blue) = 101+159+109=369 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.37% from 369); Green value is 159 (62.5% from 255 or 43.09% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 159 - color contains mainly: green. Hex color #659F6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659F6D is #9A6092. Grayscale: #888888. Windows color (decimal): -10117267 or 7184229. OLE color: 7184229.

HSL color Cylindrical-coordinate representation of color #659F6D: hue angle of 128.28º degrees, saturation: 0.23, 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 #659F6D is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 159 109 -
CMYK 0.36 0 0.31 0.38
HSL 128.28º 0.23% 0.51% -
HSV(B) 128.28º 0.36% 0.62% -
XYZ 20.53 28.67 18.92 -
YUV 135.96 112.78 103.07 -
System Red Green Blue C M Y K H S L
Decimal 101 159 109 0.36 0 0.31 0.38 128.28 0.23 0.51
Hex 65 9F 6D 24 0 1F 26 80 17 33
Octal 145 237 155 44 0 37 46 200 27 63
Binary 1100101 10011111 1101101 100100 0 11111 100110 10000000 10111 110011

Color Harmonies of #659F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659F6D

Black with #659F6D

Text Example


Text Example

White with #659F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,159,109); }

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

background-color css

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

 a { background-color: rgb(101,159,109); }

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

border-color css

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

 span { border-color: rgb(101,159,109); }

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