Html Css Color HEX #659075 Oxley

📋 copy color: '#659075'

red 101 ◦ green 144 ◦ blue 117

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

Shades of Oxley #659075

Tints of Oxley #659075

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.78%

 BLUE value IS 117 (46.09% from 255) = 32.32%

R = 27.9%
G = 39.78%
B = 32.32%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#659075 (or 0x659075) is known color: Oxley. HEX triplet: 65, 90 and 75. RGB value is (101,144,117). Sum of RGB (Red+Green+Blue) = 101+144+117=362 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.90% from 362); Green value is 144 (56.64% from 255 or 39.78% from 362); Blue value is 117 (46.09% from 255 or 32.32% from 362); Max value from RGB is 144 - color contains mainly: green. Hex color #659075 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659075 is #9A6F8A. Grayscale: #808080. Windows color (decimal): -10121099 or 7704677. OLE color: 7704677.

HSL color Cylindrical-coordinate representation of color #659075: hue angle of 142.33º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #659075 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 101 144 117 -
CMYK 0.30 0 0.19 0.44
HSL 142.33º 0.18% 0.48% -
HSV(B) 142.33º 0.3% 0.56% -
XYZ 18.55 24 20.48 -
YUV 128.07 121.75 108.7 -
System Red Green Blue C M Y K H S L
Decimal 101 144 117 0.30 0 0.19 0.44 142.33 0.18 0.48
Hex 65 90 75 1E 0 13 2C 8E 12 30
Octal 145 220 165 36 0 23 54 216 22 60
Binary 1100101 10010000 1110101 11110 0 10011 101100 10001110 10010 110000

Color Harmonies of #659075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659075

Black with #659075

Text Example


Text Example

White with #659075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659075; }

 p { color: rgb(101,144,117); }

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

background-color css

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

 a { background-color: rgb(101,144,117); }

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

border-color css

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

 span { border-color: rgb(101,144,117); }

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