Html Css Color HEX #659970 Oxley

📋 copy color: '#659970'

red 101 ◦ green 153 ◦ blue 112

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

Shades of Oxley #659970

Tints of Oxley #659970

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.8%

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

R = 27.6%
G = 41.8%
B = 30.6%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#659970 (or 0x659970) is known color: Oxley. HEX triplet: 65, 99 and 70. RGB value is (101,153,112). Sum of RGB (Red+Green+Blue) = 101+153+112=366 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.60% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 153 - color contains mainly: green. Hex color #659970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659970 is #9A668F. Grayscale: #848484. Windows color (decimal): -10118800 or 7379301. OLE color: 7379301.

HSL color Cylindrical-coordinate representation of color #659970: hue angle of 132.69º 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 #659970 is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 101 153 112 -
CMYK 0.34 0 0.27 0.4
HSL 132.69º 0.2% 0.5% -
HSV(B) 132.69º 0.34% 0.6% -
XYZ 19.68 26.72 19.45 -
YUV 132.78 116.27 105.33 -
System Red Green Blue C M Y K H S L
Decimal 101 153 112 0.34 0 0.27 0.4 132.69 0.2 0.5
Hex 65 99 70 22 0 1B 28 85 14 32
Octal 145 231 160 42 0 33 50 205 24 62
Binary 1100101 10011001 1110000 100010 0 11011 101000 10000101 10100 110010

Color Harmonies of #659970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659970

Black with #659970

Text Example


Text Example

White with #659970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659970; }

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

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

background-color css

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

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

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

border-color css

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

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

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