Html Css Color HEX #75928A Granny Smith

📋 copy color: '#75928A'

red 117 ◦ green 146 ◦ blue 138

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

Shades of Granny Smith #75928A

Tints of Granny Smith #75928A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.41%

R = 29.18%
G = 36.41%
B = 34.41%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#75928A (or 0x75928A) is known color: Granny Smith. HEX triplet: 75, 92 and 8A. RGB value is (117,146,138). Sum of RGB (Red+Green+Blue) = 117+146+138=401 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.18% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 146 - color contains mainly: green. Hex color #75928A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75928A is #8A6D75. Grayscale: #888888. Windows color (decimal): -9071990 or 9081461. OLE color: 9081461.

HSL color Cylindrical-coordinate representation of color #75928A: hue angle of 163.45º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #75928A is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 146 138 -
CMYK 0.20 0 0.05 0.43
HSL 163.45º 0.12% 0.52% -
HSV(B) 163.45º 0.2% 0.57% -
XYZ 22.2 26.17 27.93 -
YUV 136.42 128.89 114.15 -
System Red Green Blue C M Y K H S L
Decimal 117 146 138 0.20 0 0.05 0.43 163.45 0.12 0.52
Hex 75 92 8A 14 0 5 2B A3 C 34
Octal 165 222 212 24 0 5 53 243 14 64
Binary 1110101 10010010 10001010 10100 0 101 101011 10100011 1100 110100

Color Harmonies of #75928A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75928A

Black with #75928A

Text Example


Text Example

White with #75928A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75928A; }

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

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

background-color css

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

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

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

border-color css

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

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

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