Html Css Color HEX #759071 Spanish Green

📋 copy color: '#759071'

red 117 ◦ green 144 ◦ blue 113

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

Shades of Spanish Green #759071

Tints of Spanish Green #759071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 30.21%

R = 31.28%
G = 38.5%
B = 30.21%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#759071 (or 0x759071) is known color: Spanish Green. HEX triplet: 75, 90 and 71. RGB value is (117,144,113). Sum of RGB (Red+Green+Blue) = 117+144+113=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 113 (44.53% from 255 or 30.21% from 374); Max value from RGB is 144 - color contains mainly: green. Hex color #759071 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759071 is #8A6F8E. Grayscale: #848484. Windows color (decimal): -9072527 or 7442549. OLE color: 7442549.

HSL color Cylindrical-coordinate representation of color #759071: hue angle of 112.26º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #759071 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 144 113 -
CMYK 0.19 0 0.22 0.44
HSL 112.26º 0.12% 0.5% -
HSV(B) 112.26º 0.22% 0.56% -
XYZ 20.29 24.92 19.36 -
YUV 132.39 117.05 117.02 -
System Red Green Blue C M Y K H S L
Decimal 117 144 113 0.19 0 0.22 0.44 112.26 0.12 0.5
Hex 75 90 71 13 0 16 2C 70 C 32
Octal 165 220 161 23 0 26 54 160 14 62
Binary 1110101 10010000 1110001 10011 0 10110 101100 1110000 1100 110010

Color Harmonies of #759071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759071

Black with #759071

Text Example


Text Example

White with #759071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759071; }

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

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

background-color css

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

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

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

border-color css

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

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

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