Html Css Color HEX #7B988F Granny Smith

📋 copy color: '#7B988F'

red 123 ◦ green 152 ◦ blue 143

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

Shades of Granny Smith #7B988F

Tints of Granny Smith #7B988F

RGB

 RED value IS 123 (48.44% from 255) = 29.43%

 GREEN value IS 152 (59.77% from 255) = 36.36%

 BLUE value IS 143 (56.25% from 255) = 34.21%

R = 29.43%
G = 36.36%
B = 34.21%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#7B988F (or 0x7B988F) is known color: Granny Smith. HEX triplet: 7B, 98 and 8F. RGB value is (123,152,143). Sum of RGB (Red+Green+Blue) = 123+152+143=418 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.43% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 152 - color contains mainly: green. Hex color #7B988F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B988F is #846770. Grayscale: #8E8E8E. Windows color (decimal): -8677233 or 9410683. OLE color: 9410683.

HSL color Cylindrical-coordinate representation of color #7B988F: hue angle of 161.38º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7B988F is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB 123 152 143 -
CMYK 0.19 0 0.06 0.40
HSL 161.38º 0.12% 0.54% -
HSV(B) 161.38º 0.19% 0.6% -
XYZ 24.35 28.65 30.23 -
YUV 142.3 128.39 114.23 -
System Red Green Blue C M Y K H S L
Decimal 123 152 143 0.19 0 0.06 0.40 161.38 0.12 0.54
Hex 7B 98 8F 13 0 6 28 A1 C 36
Octal 173 230 217 23 0 6 50 241 14 66
Binary 1111011 10011000 10001111 10011 0 110 101000 10100001 1100 110110

Color Harmonies of #7B988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B988F

Black with #7B988F

Text Example


Text Example

White with #7B988F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B988F; }

 p { color: rgb(123,152,143); }

 H1.HeaderClassName
 {
   color: #7B988F;
 }
 .AnyTagClassName
 {
   color: #7B988F;
 }
</style>

background-color css

<style>
 a { background-color: #7B988F; }

 a { background-color: rgb(123,152,143); }

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

border-color css

<style>
 span { border-color: #7B988F; }

 span { border-color: rgb(123,152,143); }

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