Html Css Color HEX #659870 Oxley

📋 copy color: '#659870'

red 101 ◦ green 152 ◦ blue 112

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

Shades of Oxley #659870

Tints of Oxley #659870

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.64%

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

R = 27.67%
G = 41.64%
B = 30.68%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#659870 (or 0x659870) is known color: Oxley. HEX triplet: 65, 98 and 70. RGB value is (101,152,112). Sum of RGB (Red+Green+Blue) = 101+152+112=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 152 - color contains mainly: green. Hex color #659870 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659870 is #9A678F. Grayscale: #848484. Windows color (decimal): -10119056 or 7379045. OLE color: 7379045.

HSL color Cylindrical-coordinate representation of color #659870: hue angle of 132.94º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #659870 is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB 101 152 112 -
CMYK 0.34 0 0.26 0.40
HSL 132.94º 0.2% 0.5% -
HSV(B) 132.94º 0.34% 0.6% -
XYZ 19.52 26.39 19.39 -
YUV 132.19 116.6 105.75 -
System Red Green Blue C M Y K H S L
Decimal 101 152 112 0.34 0 0.26 0.40 132.94 0.2 0.5
Hex 65 98 70 22 0 1A 28 85 14 32
Octal 145 230 160 42 0 32 50 205 24 62
Binary 1100101 10011000 1110000 100010 0 11010 101000 10000101 10100 110010

Color Harmonies of #659870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659870

Black with #659870

Text Example


Text Example

White with #659870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659870; }

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

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

background-color css

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

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

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

border-color css

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

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

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