Html Css Color HEX #75968A Granny Smith

📋 copy color: '#75968A'

red 117 ◦ green 150 ◦ blue 138

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

Shades of Granny Smith #75968A

Tints of Granny Smith #75968A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.04%

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

R = 28.89%
G = 37.04%
B = 34.07%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#75968A (or 0x75968A) is known color: Granny Smith. HEX triplet: 75, 96 and 8A. RGB value is (117,150,138). Sum of RGB (Red+Green+Blue) = 117+150+138=405 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.89% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 150 - color contains mainly: green. Hex color #75968A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75968A is #8A6975. Grayscale: #8A8A8A. Windows color (decimal): -9070966 or 9082485. OLE color: 9082485.

HSL color Cylindrical-coordinate representation of color #75968A: hue angle of 158.18º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #75968A is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 150 138 -
CMYK 0.22 0 0.08 0.41
HSL 158.18º 0.14% 0.52% -
HSV(B) 158.18º 0.22% 0.59% -
XYZ 22.83 27.43 28.14 -
YUV 138.77 127.57 112.48 -
System Red Green Blue C M Y K H S L
Decimal 117 150 138 0.22 0 0.08 0.41 158.18 0.14 0.52
Hex 75 96 8A 16 0 8 29 9E E 34
Octal 165 226 212 26 0 10 51 236 16 64
Binary 1110101 10010110 10001010 10110 0 1000 101001 10011110 1110 110100

Color Harmonies of #75968A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75968A

Black with #75968A

Text Example


Text Example

White with #75968A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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