Html Css Color HEX #74928A Granny Smith

📋 copy color: '#74928A'

red 116 ◦ green 146 ◦ blue 138

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

Shades of Granny Smith #74928A

Tints of Granny Smith #74928A

RGB

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

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

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

R = 29%
G = 36.5%
B = 34.5%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#74928A (or 0x74928A) is known color: Granny Smith. HEX triplet: 74, 92 and 8A. RGB value is (116,146,138). Sum of RGB (Red+Green+Blue) = 116+146+138=400 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 146 - color contains mainly: green. Hex color #74928A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74928A is #8B6D75. Grayscale: #888888. Windows color (decimal): -9137526 or 9081460. OLE color: 9081460.

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

Color convert

RGB 116 146 138 -
CMYK 0.21 0 0.05 0.43
HSL 164º 0.12% 0.51% -
HSV(B) 164º 0.21% 0.57% -
XYZ 22.07 26.11 27.92 -
YUV 136.12 129.06 113.65 -
System Red Green Blue C M Y K H S L
Decimal 116 146 138 0.21 0 0.05 0.43 164 0.12 0.51
Hex 74 92 8A 15 0 5 2B A4 C 33
Octal 164 222 212 25 0 5 53 244 14 63
Binary 1110100 10010010 10001010 10101 0 101 101011 10100100 1100 110011

Color Harmonies of #74928A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74928A

Black with #74928A

Text Example


Text Example

White with #74928A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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