Html Css Color HEX #659D70 Oxley

📋 copy color: '#659D70'

red 101 ◦ green 157 ◦ blue 112

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

Shades of Oxley #659D70

Tints of Oxley #659D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.27%

R = 27.3%
G = 42.43%
B = 30.27%

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

#659D70 (or 0x659D70) is known color: Oxley. HEX triplet: 65, 9D and 70. RGB value is (101,157,112). Sum of RGB (Red+Green+Blue) = 101+157+112=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 157 (61.72% from 255 or 42.43% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 157 - color contains mainly: green. Hex color #659D70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659D70 is #9A628F. Grayscale: #878787. Windows color (decimal): -10117776 or 7380325. OLE color: 7380325.

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

Color convert

RGB 101 157 112 -
CMYK 0.36 0 0.29 0.38
HSL 131.79º 0.22% 0.51% -
HSV(B) 131.79º 0.36% 0.62% -
XYZ 20.35 28.05 19.67 -
YUV 135.13 114.95 103.66 -
System Red Green Blue C M Y K H S L
Decimal 101 157 112 0.36 0 0.29 0.38 131.79 0.22 0.51
Hex 65 9D 70 24 0 1D 26 84 16 33
Octal 145 235 160 44 0 35 46 204 26 63
Binary 1100101 10011101 1110000 100100 0 11101 100110 10000100 10110 110011

Color Harmonies of #659D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659D70

Black with #659D70

Text Example


Text Example

White with #659D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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