Html Css Color HEX #759270 Spanish Green

📋 copy color: '#759270'

red 117 ◦ green 146 ◦ blue 112

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

Shades of Spanish Green #759270

Tints of Spanish Green #759270

RGB

 RED value IS 117 (46.09% from 255) = 31.2%

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

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

R = 31.2%
G = 38.93%
B = 29.87%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#759270 (or 0x759270) is known color: Spanish Green. HEX triplet: 75, 92 and 70. RGB value is (117,146,112). Sum of RGB (Red+Green+Blue) = 117+146+112=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 146 - color contains mainly: green. Hex color #759270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759270 is #8A6D8F. Grayscale: #858585. Windows color (decimal): -9072016 or 7377525. OLE color: 7377525.

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

Color convert

RGB 117 146 112 -
CMYK 0.20 0 0.23 0.43
HSL 111.18º 0.13% 0.51% -
HSV(B) 111.18º 0.23% 0.57% -
XYZ 20.54 25.51 19.17 -
YUV 133.45 115.89 116.26 -
System Red Green Blue C M Y K H S L
Decimal 117 146 112 0.20 0 0.23 0.43 111.18 0.13 0.51
Hex 75 92 70 14 0 17 2B 6F D 33
Octal 165 222 160 24 0 27 53 157 15 63
Binary 1110101 10010010 1110000 10100 0 10111 101011 1101111 1101 110011

Color Harmonies of #759270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759270

Black with #759270

Text Example


Text Example

White with #759270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759270; }

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

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

background-color css

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

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

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

border-color css

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

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

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