Html Css Color HEX #659D6F Oxley

📋 copy color: '#659D6F'

red 101 ◦ green 157 ◦ blue 111

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

Shades of Oxley #659D6F

Tints of Oxley #659D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.08%

R = 27.37%
G = 42.55%
B = 30.08%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#659D6F (or 0x659D6F) is known color: Oxley. HEX triplet: 65, 9D and 6F. RGB value is (101,157,111). Sum of RGB (Red+Green+Blue) = 101+157+111=369 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.37% from 369); Green value is 157 (61.72% from 255 or 42.55% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 157 - color contains mainly: green. Hex color #659D6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659D6F is #9A6290. Grayscale: #878787. Windows color (decimal): -10117777 or 7314789. OLE color: 7314789.

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

Color convert

RGB 101 157 111 -
CMYK 0.36 0 0.29 0.38
HSL 130.71º 0.22% 0.51% -
HSV(B) 130.71º 0.36% 0.62% -
XYZ 20.29 28.03 19.38 -
YUV 135.01 114.45 103.74 -
System Red Green Blue C M Y K H S L
Decimal 101 157 111 0.36 0 0.29 0.38 130.71 0.22 0.51
Hex 65 9D 6F 24 0 1D 26 83 16 33
Octal 145 235 157 44 0 35 46 203 26 63
Binary 1100101 10011101 1101111 100100 0 11101 100110 10000011 10110 110011

Color Harmonies of #659D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659D6F

Black with #659D6F

Text Example


Text Example

White with #659D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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