Html Css Color HEX #7D968A Granny Smith

📋 copy color: '#7D968A'

red 125 ◦ green 150 ◦ blue 138

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

Shades of Granny Smith #7D968A

Tints of Granny Smith #7D968A

RGB

 RED value IS 125 (49.22% from 255) = 30.27%

 GREEN value IS 150 (58.98% from 255) = 36.32%

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

R = 30.27%
G = 36.32%
B = 33.41%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#7D968A (or 0x7D968A) is known color: Granny Smith. HEX triplet: 7D, 96 and 8A. RGB value is (125,150,138). Sum of RGB (Red+Green+Blue) = 125+150+138=413 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.27% from 413); Green value is 150 (58.98% from 255 or 36.32% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 150 - color contains mainly: green. Hex color #7D968A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D968A is #826975. Grayscale: #8D8D8D. Windows color (decimal): -8546678 or 9082493. OLE color: 9082493.

HSL color Cylindrical-coordinate representation of color #7D968A: hue angle of 151.2º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7D968A is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB 125 150 138 -
CMYK 0.17 0 0.08 0.41
HSL 151.2º 0.11% 0.54% -
HSV(B) 151.2º 0.17% 0.59% -
XYZ 23.95 28.01 28.19 -
YUV 141.16 126.22 116.48 -
System Red Green Blue C M Y K H S L
Decimal 125 150 138 0.17 0 0.08 0.41 151.2 0.11 0.54
Hex 7D 96 8A 11 0 8 29 97 B 36
Octal 175 226 212 21 0 10 51 227 13 66
Binary 1111101 10010110 10001010 10001 0 1000 101001 10010111 1011 110110

Color Harmonies of #7D968A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D968A

Black with #7D968A

Text Example


Text Example

White with #7D968A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,150,138); }

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

background-color css

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

 a { background-color: rgb(125,150,138); }

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

border-color css

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

 span { border-color: rgb(125,150,138); }

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