Html Css Color HEX #75978B Granny Smith

📋 copy color: '#75978B'

red 117 ◦ green 151 ◦ blue 139

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

Shades of Granny Smith #75978B

Tints of Granny Smith #75978B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.1%

 BLUE value IS 139 (54.69% from 255) = 34.15%

R = 28.75%
G = 37.1%
B = 34.15%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#75978B (or 0x75978B) is known color: Granny Smith. HEX triplet: 75, 97 and 8B. RGB value is (117,151,139). Sum of RGB (Red+Green+Blue) = 117+151+139=407 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.75% from 407); Green value is 151 (59.38% from 255 or 37.10% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 151 - color contains mainly: green. Hex color #75978B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75978B is #8A6874. Grayscale: #8B8B8B. Windows color (decimal): -9070709 or 9148277. OLE color: 9148277.

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

Color convert

RGB 117 151 139 -
CMYK 0.23 0 0.08 0.41
HSL 158.82º 0.14% 0.53% -
HSV(B) 158.82º 0.23% 0.59% -
XYZ 23.06 27.78 28.57 -
YUV 139.47 127.74 111.98 -
System Red Green Blue C M Y K H S L
Decimal 117 151 139 0.23 0 0.08 0.41 158.82 0.14 0.53
Hex 75 97 8B 17 0 8 29 9F E 35
Octal 165 227 213 27 0 10 51 237 16 65
Binary 1110101 10010111 10001011 10111 0 1000 101001 10011111 1110 110101

Color Harmonies of #75978B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75978B

Black with #75978B

Text Example


Text Example

White with #75978B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75978B; }

 p { color: rgb(117,151,139); }

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

background-color css

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

 a { background-color: rgb(117,151,139); }

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

border-color css

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

 span { border-color: rgb(117,151,139); }

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