Html Css Color HEX #7CA099 Granny Smith

📋 copy color: '#7CA099'

red 124 ◦ green 160 ◦ blue 153

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

Shades of Granny Smith #7CA099

Tints of Granny Smith #7CA099

RGB

 RED value IS 124 (48.83% from 255) = 28.38%

 GREEN value IS 160 (62.89% from 255) = 36.61%

 BLUE value IS 153 (60.16% from 255) = 35.01%

R = 28.38%
G = 36.61%
B = 35.01%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#7CA099 (or 0x7CA099) is known color: Granny Smith. HEX triplet: 7C, A0 and 99. RGB value is (124,160,153). Sum of RGB (Red+Green+Blue) = 124+160+153=437 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.38% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 153 (60.16% from 255 or 35.01% from 437); Max value from RGB is 160 - color contains mainly: green. Hex color #7CA099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA099 is #835F66. Grayscale: #949494. Windows color (decimal): -8609639 or 10068092. OLE color: 10068092.

HSL color Cylindrical-coordinate representation of color #7CA099: hue angle of 168.33º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7CA099 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB 124 160 153 -
CMYK 0.22 0 0.04 0.37
HSL 168.33º 0.16% 0.56% -
HSV(B) 168.33º 0.23% 0.63% -
XYZ 26.63 31.73 34.86 -
YUV 148.44 130.57 110.57 -
System Red Green Blue C M Y K H S L
Decimal 124 160 153 0.22 0 0.04 0.37 168.33 0.16 0.56
Hex 7C A0 99 16 0 4 25 A8 10 38
Octal 174 240 231 26 0 4 45 250 20 70
Binary 1111100 10100000 10011001 10110 0 100 100101 10101000 10000 111000

Color Harmonies of #7CA099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA099

Black with #7CA099

Text Example


Text Example

White with #7CA099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,160,153); }

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

background-color css

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

 a { background-color: rgb(124,160,153); }

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

border-color css

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

 span { border-color: rgb(124,160,153); }

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