Html Css Color HEX #74897E Granny Smith

📋 copy color: '#74897E'

red 116 ◦ green 137 ◦ blue 126

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

Shades of Granny Smith #74897E

Tints of Granny Smith #74897E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.15%

 BLUE value IS 126 (49.61% from 255) = 33.25%

R = 30.61%
G = 36.15%
B = 33.25%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.08

 K value IS 0.46

RGB Variations

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

Color information

#74897E (or 0x74897E) is known color: Granny Smith. HEX triplet: 74, 89 and 7E. RGB value is (116,137,126). Sum of RGB (Red+Green+Blue) = 116+137+126=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 137 - color contains mainly: green. Hex color #74897E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74897E is #8B7681. Grayscale: #818181. Windows color (decimal): -9139842 or 8292724. OLE color: 8292724.

HSL color Cylindrical-coordinate representation of color #74897E: hue angle of 148.57º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #74897E is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB 116 137 126 -
CMYK 0.15 0 0.08 0.46
HSL 148.57º 0.08% 0.5% -
HSV(B) 148.57º 0.15% 0.54% -
XYZ 19.91 23.11 23.15 -
YUV 129.47 126.04 118.39 -
System Red Green Blue C M Y K H S L
Decimal 116 137 126 0.15 0 0.08 0.46 148.57 0.08 0.5
Hex 74 89 7E F 0 8 2E 95 8 32
Octal 164 211 176 17 0 10 56 225 10 62
Binary 1110100 10001001 1111110 1111 0 1000 101110 10010101 1000 110010

Color Harmonies of #74897E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74897E

Black with #74897E

Text Example


Text Example

White with #74897E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74897E; }

 p { color: rgb(116,137,126); }

 H1.HeaderClassName
 {
   color: #74897E;
 }
 .AnyTagClassName
 {
   color: #74897E;
 }
</style>

background-color css

<style>
 a { background-color: #74897E; }

 a { background-color: rgb(116,137,126); }

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

border-color css

<style>
 span { border-color: #74897E; }

 span { border-color: rgb(116,137,126); }

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