Html Css Color HEX #659F6E Oxley

📋 copy color: '#659F6E'

red 101 ◦ green 159 ◦ blue 110

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

Shades of Oxley #659F6E

Tints of Oxley #659F6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.73%

R = 27.3%
G = 42.97%
B = 29.73%

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

#659F6E (or 0x659F6E) is known color: Oxley. HEX triplet: 65, 9F and 6E. RGB value is (101,159,110). Sum of RGB (Red+Green+Blue) = 101+159+110=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 159 (62.5% from 255 or 42.97% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 159 - color contains mainly: green. Hex color #659F6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659F6E is #9A6091. Grayscale: #888888. Windows color (decimal): -10117266 or 7249765. OLE color: 7249765.

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

Color convert

RGB 101 159 110 -
CMYK 0.36 0 0.31 0.38
HSL 129.31º 0.23% 0.51% -
HSV(B) 129.31º 0.36% 0.62% -
XYZ 20.58 28.69 19.2 -
YUV 136.07 113.28 102.98 -
System Red Green Blue C M Y K H S L
Decimal 101 159 110 0.36 0 0.31 0.38 129.31 0.23 0.51
Hex 65 9F 6E 24 0 1F 26 81 17 33
Octal 145 237 156 44 0 37 46 201 27 63
Binary 1100101 10011111 1101110 100100 0 11111 100110 10000001 10111 110011

Color Harmonies of #659F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659F6E

Black with #659F6E

Text Example


Text Example

White with #659F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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