Html Css Color HEX #77938A Granny Smith

📋 copy color: '#77938A'

red 119 ◦ green 147 ◦ blue 138

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

Shades of Granny Smith #77938A

Tints of Granny Smith #77938A

RGB

 RED value IS 119 (46.88% from 255) = 29.46%

 GREEN value IS 147 (57.81% from 255) = 36.39%

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

R = 29.46%
G = 36.39%
B = 34.16%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#77938A (or 0x77938A) is known color: Granny Smith. HEX triplet: 77, 93 and 8A. RGB value is (119,147,138). Sum of RGB (Red+Green+Blue) = 119+147+138=404 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.46% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 147 - color contains mainly: green. Hex color #77938A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77938A is #886C75. Grayscale: #898989. Windows color (decimal): -8940662 or 9081719. OLE color: 9081719.

HSL color Cylindrical-coordinate representation of color #77938A: hue angle of 160.71º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #77938A is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 147 138 -
CMYK 0.19 0 0.06 0.42
HSL 160.71º 0.11% 0.52% -
HSV(B) 160.71º 0.19% 0.58% -
XYZ 22.63 26.62 27.99 -
YUV 137.6 128.22 114.73 -
System Red Green Blue C M Y K H S L
Decimal 119 147 138 0.19 0 0.06 0.42 160.71 0.11 0.52
Hex 77 93 8A 13 0 6 2A A1 B 34
Octal 167 223 212 23 0 6 52 241 13 64
Binary 1110111 10010011 10001010 10011 0 110 101010 10100001 1011 110100

Color Harmonies of #77938A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77938A

Black with #77938A

Text Example


Text Example

White with #77938A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,147,138); }

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

background-color css

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

 a { background-color: rgb(119,147,138); }

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

border-color css

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

 span { border-color: rgb(119,147,138); }

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