Html Css Color HEX #7B938E Granny Smith

📋 copy color: '#7B938E'

red 123 ◦ green 147 ◦ blue 142

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

Shades of Granny Smith #7B938E

Tints of Granny Smith #7B938E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.47%

R = 29.85%
G = 35.68%
B = 34.47%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#7B938E (or 0x7B938E) is known color: Granny Smith. HEX triplet: 7B, 93 and 8E. RGB value is (123,147,142). Sum of RGB (Red+Green+Blue) = 123+147+142=412 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.85% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 147 - color contains mainly: green. Hex color #7B938E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B938E is #846C71. Grayscale: #8B8B8B. Windows color (decimal): -8678514 or 9343867. OLE color: 9343867.

HSL color Cylindrical-coordinate representation of color #7B938E: hue angle of 167.5º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7B938E is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 123 147 142 -
CMYK 0.16 0 0.03 0.42
HSL 167.5º 0.1% 0.53% -
HSV(B) 167.5º 0.16% 0.58% -
XYZ 23.48 27.03 29.57 -
YUV 139.25 129.55 116.41 -
System Red Green Blue C M Y K H S L
Decimal 123 147 142 0.16 0 0.03 0.42 167.5 0.1 0.53
Hex 7B 93 8E 10 0 3 2A A8 A 35
Octal 173 223 216 20 0 3 52 250 12 65
Binary 1111011 10010011 10001110 10000 0 11 101010 10101000 1010 110101

Color Harmonies of #7B938E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B938E

Black with #7B938E

Text Example


Text Example

White with #7B938E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,147,142); }

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

background-color css

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

 a { background-color: rgb(123,147,142); }

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

border-color css

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

 span { border-color: rgb(123,147,142); }

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