Html Css Color HEX #7B938A Granny Smith

📋 copy color: '#7B938A'

red 123 ◦ green 147 ◦ blue 138

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

Shades of Granny Smith #7B938A

Tints of Granny Smith #7B938A

RGB

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

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

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

R = 30.15%
G = 36.03%
B = 33.82%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#7B938A (or 0x7B938A) is known color: Granny Smith. HEX triplet: 7B, 93 and 8A. RGB value is (123,147,138). Sum of RGB (Red+Green+Blue) = 123+147+138=408 (54% of max value = 765). Red value is 123 (48.44% from 255 or 30.15% from 408); Green value is 147 (57.81% from 255 or 36.03% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 147 - color contains mainly: green. Hex color #7B938A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B938A is #846C75. Grayscale: #8A8A8A. Windows color (decimal): -8678518 or 9081723. OLE color: 9081723.

HSL color Cylindrical-coordinate representation of color #7B938A: hue angle of 157.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 #7B938A is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 123 147 138 -
CMYK 0.16 0 0.06 0.42
HSL 157.5º 0.1% 0.53% -
HSV(B) 157.5º 0.16% 0.58% -
XYZ 23.19 26.91 28.02 -
YUV 138.8 127.55 116.73 -
System Red Green Blue C M Y K H S L
Decimal 123 147 138 0.16 0 0.06 0.42 157.5 0.1 0.53
Hex 7B 93 8A 10 0 6 2A 9E A 35
Octal 173 223 212 20 0 6 52 236 12 65
Binary 1111011 10010011 10001010 10000 0 110 101010 10011110 1010 110101

Color Harmonies of #7B938A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B938A

Black with #7B938A

Text Example


Text Example

White with #7B938A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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