Html Css Color HEX #74968B Granny Smith

📋 copy color: '#74968B'

red 116 ◦ green 150 ◦ blue 139

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

Shades of Granny Smith #74968B

Tints of Granny Smith #74968B

RGB

 RED value IS 116 (45.7% from 255) = 28.64%

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

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

R = 28.64%
G = 37.04%
B = 34.32%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#74968B (or 0x74968B) is known color: Granny Smith. HEX triplet: 74, 96 and 8B. RGB value is (116,150,139). Sum of RGB (Red+Green+Blue) = 116+150+139=405 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.64% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 150 - color contains mainly: green. Hex color #74968B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74968B is #8B6974. Grayscale: #8A8A8A. Windows color (decimal): -9136501 or 9148020. OLE color: 9148020.

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

Color convert

RGB 116 150 139 -
CMYK 0.23 0 0.07 0.41
HSL 160.59º 0.14% 0.52% -
HSV(B) 160.59º 0.23% 0.59% -
XYZ 22.77 27.39 28.51 -
YUV 138.58 128.24 111.89 -
System Red Green Blue C M Y K H S L
Decimal 116 150 139 0.23 0 0.07 0.41 160.59 0.14 0.52
Hex 74 96 8B 17 0 7 29 A1 E 34
Octal 164 226 213 27 0 7 51 241 16 64
Binary 1110100 10010110 10001011 10111 0 111 101001 10100001 1110 110100

Color Harmonies of #74968B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74968B

Black with #74968B

Text Example


Text Example

White with #74968B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,150,139); }

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

background-color css

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

 a { background-color: rgb(116,150,139); }

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

border-color css

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

 span { border-color: rgb(116,150,139); }

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