Html Css Color HEX #659E6B Oxley

📋 copy color: '#659E6B'

red 101 ◦ green 158 ◦ blue 107

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

Shades of Oxley #659E6B

Tints of Oxley #659E6B

RGB

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

 GREEN value IS 158 (62.11% from 255) = 43.17%

 BLUE value IS 107 (42.19% from 255) = 29.23%

R = 27.6%
G = 43.17%
B = 29.23%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#659E6B (or 0x659E6B) is known color: Oxley. HEX triplet: 65, 9E and 6B. RGB value is (101,158,107). Sum of RGB (Red+Green+Blue) = 101+158+107=366 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.60% from 366); Green value is 158 (62.11% from 255 or 43.17% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 158 - color contains mainly: green. Hex color #659E6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659E6B is #9A6194. Grayscale: #878787. Windows color (decimal): -10117525 or 7052901. OLE color: 7052901.

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

Color convert

RGB 101 158 107 -
CMYK 0.36 0 0.32 0.38
HSL 126.32º 0.23% 0.51% -
HSV(B) 126.32º 0.36% 0.62% -
XYZ 20.25 28.28 18.3 -
YUV 135.14 112.12 103.65 -
System Red Green Blue C M Y K H S L
Decimal 101 158 107 0.36 0 0.32 0.38 126.32 0.23 0.51
Hex 65 9E 6B 24 0 20 26 7E 17 33
Octal 145 236 153 44 0 40 46 176 27 63
Binary 1100101 10011110 1101011 100100 0 100000 100110 1111110 10111 110011

Color Harmonies of #659E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659E6B

Black with #659E6B

Text Example


Text Example

White with #659E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,158,107); }

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

background-color css

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

 a { background-color: rgb(101,158,107); }

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

border-color css

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

 span { border-color: rgb(101,158,107); }

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