Html Css Color HEX #659673 Oxley

📋 copy color: '#659673'

red 101 ◦ green 150 ◦ blue 115

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

Shades of Oxley #659673

Tints of Oxley #659673

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.98%

 BLUE value IS 115 (45.31% from 255) = 31.42%

R = 27.6%
G = 40.98%
B = 31.42%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#659673 (or 0x659673) is known color: Oxley. HEX triplet: 65, 96 and 73. RGB value is (101,150,115). Sum of RGB (Red+Green+Blue) = 101+150+115=366 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.60% from 366); Green value is 150 (58.98% from 255 or 40.98% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 150 - color contains mainly: green. Hex color #659673 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659673 is #9A698C. Grayscale: #838383. Windows color (decimal): -10119565 or 7575141. OLE color: 7575141.

HSL color Cylindrical-coordinate representation of color #659673: hue angle of 137.14º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #659673 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 101 150 115 -
CMYK 0.33 0 0.23 0.41
HSL 137.14º 0.2% 0.49% -
HSV(B) 137.14º 0.33% 0.59% -
XYZ 19.37 25.82 20.18 -
YUV 131.36 118.77 106.35 -
System Red Green Blue C M Y K H S L
Decimal 101 150 115 0.33 0 0.23 0.41 137.14 0.2 0.49
Hex 65 96 73 21 0 17 29 89 14 31
Octal 145 226 163 41 0 27 51 211 24 61
Binary 1100101 10010110 1110011 100001 0 10111 101001 10001001 10100 110001

Color Harmonies of #659673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659673

Black with #659673

Text Example


Text Example

White with #659673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659673; }

 p { color: rgb(101,150,115); }

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

background-color css

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

 a { background-color: rgb(101,150,115); }

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

border-color css

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

 span { border-color: rgb(101,150,115); }

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