Html Css Color HEX #659473 Oxley

📋 copy color: '#659473'

red 101 ◦ green 148 ◦ blue 115

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

Shades of Oxley #659473

Tints of Oxley #659473

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.66%

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

R = 27.75%
G = 40.66%
B = 31.59%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#659473 (or 0x659473) is known color: Oxley. HEX triplet: 65, 94 and 73. RGB value is (101,148,115). Sum of RGB (Red+Green+Blue) = 101+148+115=364 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.75% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 115 (45.31% from 255 or 31.59% from 364); Max value from RGB is 148 - color contains mainly: green. Hex color #659473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659473 is #9A6B8C. Grayscale: #828282. Windows color (decimal): -10120077 or 7574629. OLE color: 7574629.

HSL color Cylindrical-coordinate representation of color #659473: hue angle of 137.87º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #659473 is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 148 115 -
CMYK 0.32 0 0.22 0.42
HSL 137.87º 0.19% 0.49% -
HSV(B) 137.87º 0.32% 0.58% -
XYZ 19.05 25.18 20.08 -
YUV 130.19 119.43 107.18 -
System Red Green Blue C M Y K H S L
Decimal 101 148 115 0.32 0 0.22 0.42 137.87 0.19 0.49
Hex 65 94 73 20 0 16 2A 8A 13 31
Octal 145 224 163 40 0 26 52 212 23 61
Binary 1100101 10010100 1110011 100000 0 10110 101010 10001010 10011 110001

Color Harmonies of #659473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659473

Black with #659473

Text Example


Text Example

White with #659473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659473; }

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

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

background-color css

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

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

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

border-color css

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

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

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