Html Css Color HEX #758F81 Granny Smith

📋 copy color: '#758F81'

red 117 ◦ green 143 ◦ blue 129

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

Shades of Granny Smith #758F81

Tints of Granny Smith #758F81

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.76%

 BLUE value IS 129 (50.78% from 255) = 33.16%

R = 30.08%
G = 36.76%
B = 33.16%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#758F81 (or 0x758F81) is known color: Granny Smith. HEX triplet: 75, 8F and 81. RGB value is (117,143,129). Sum of RGB (Red+Green+Blue) = 117+143+129=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 143 (56.25% from 255 or 36.76% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 143 - color contains mainly: green. Hex color #758F81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758F81 is #8A707E. Grayscale: #858585. Windows color (decimal): -9072767 or 8490869. OLE color: 8490869.

HSL color Cylindrical-coordinate representation of color #758F81: hue angle of 147.69º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #758F81 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 143 129 -
CMYK 0.18 0 0.10 0.44
HSL 147.69º 0.1% 0.51% -
HSV(B) 147.69º 0.18% 0.56% -
XYZ 21.12 25.01 24.48 -
YUV 133.63 125.39 116.14 -
System Red Green Blue C M Y K H S L
Decimal 117 143 129 0.18 0 0.10 0.44 147.69 0.1 0.51
Hex 75 8F 81 12 0 A 2C 94 A 33
Octal 165 217 201 22 0 12 54 224 12 63
Binary 1110101 10001111 10000001 10010 0 1010 101100 10010100 1010 110011

Color Harmonies of #758F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758F81

Black with #758F81

Text Example


Text Example

White with #758F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758F81; }

 p { color: rgb(117,143,129); }

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

background-color css

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

 a { background-color: rgb(117,143,129); }

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

border-color css

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

 span { border-color: rgb(117,143,129); }

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