Html Css Color HEX #659270 Oxley

📋 copy color: '#659270'

red 101 ◦ green 146 ◦ blue 112

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

Shades of Oxley #659270

Tints of Oxley #659270

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.67%

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

R = 28.13%
G = 40.67%
B = 31.2%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#659270 (or 0x659270) is known color: Oxley. HEX triplet: 65, 92 and 70. RGB value is (101,146,112). Sum of RGB (Red+Green+Blue) = 101+146+112=359 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.13% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 146 - color contains mainly: green. Hex color #659270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659270 is #9A6D8F. Grayscale: #808080. Windows color (decimal): -10120592 or 7377509. OLE color: 7377509.

HSL color Cylindrical-coordinate representation of color #659270: hue angle of 134.67º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #659270 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 101 146 112 -
CMYK 0.31 0 0.23 0.43
HSL 134.67º 0.18% 0.48% -
HSV(B) 134.67º 0.31% 0.57% -
XYZ 18.57 24.49 19.08 -
YUV 128.67 118.59 108.26 -
System Red Green Blue C M Y K H S L
Decimal 101 146 112 0.31 0 0.23 0.43 134.67 0.18 0.48
Hex 65 92 70 1F 0 17 2B 87 12 30
Octal 145 222 160 37 0 27 53 207 22 60
Binary 1100101 10010010 1110000 11111 0 10111 101011 10000111 10010 110000

Color Harmonies of #659270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659270

Black with #659270

Text Example


Text Example

White with #659270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659270; }

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

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

background-color css

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

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

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

border-color css

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

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

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