Html Css Color HEX #659D73 Oxley

📋 copy color: '#659D73'

red 101 ◦ green 157 ◦ blue 115

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

Shades of Oxley #659D73

Tints of Oxley #659D73

RGB

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

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

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

R = 27.08%
G = 42.09%
B = 30.83%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#659D73 (or 0x659D73) is known color: Oxley. HEX triplet: 65, 9D and 73. RGB value is (101,157,115). Sum of RGB (Red+Green+Blue) = 101+157+115=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 157 (61.72% from 255 or 42.09% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 157 - color contains mainly: green. Hex color #659D73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659D73 is #9A628C. Grayscale: #878787. Windows color (decimal): -10117773 or 7576933. OLE color: 7576933.

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

Color convert

RGB 101 157 115 -
CMYK 0.36 0 0.27 0.38
HSL 135º 0.22% 0.51% -
HSV(B) 135º 0.36% 0.62% -
XYZ 20.52 28.12 20.57 -
YUV 135.47 116.45 103.42 -
System Red Green Blue C M Y K H S L
Decimal 101 157 115 0.36 0 0.27 0.38 135 0.22 0.51
Hex 65 9D 73 24 0 1B 26 87 16 33
Octal 145 235 163 44 0 33 46 207 26 63
Binary 1100101 10011101 1110011 100100 0 11011 100110 10000111 10110 110011

Color Harmonies of #659D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659D73

Black with #659D73

Text Example


Text Example

White with #659D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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