Html Css Color HEX #7AAF7B Fern

📋 copy color: '#7AAF7B'

red 122 ◦ green 175 ◦ blue 123

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

Shades of Fern #7AAF7B

Tints of Fern #7AAF7B

RGB

 RED value IS 122 (48.05% from 255) = 29.05%

 GREEN value IS 175 (68.75% from 255) = 41.67%

 BLUE value IS 123 (48.44% from 255) = 29.29%

R = 29.05%
G = 41.67%
B = 29.29%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#7AAF7B (or 0x7AAF7B) is known color: Fern. HEX triplet: 7A, AF and 7B. RGB value is (122,175,123). Sum of RGB (Red+Green+Blue) = 122+175+123=420 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.05% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAF7B is #855084. Grayscale: #999999. Windows color (decimal): -8736901 or 8105850. OLE color: 8105850.

HSL color Cylindrical-coordinate representation of color #7AAF7B: hue angle of 121.13º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7AAF7B is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 122 175 123 -
CMYK 0.30 0 0.30 0.31
HSL 121.13º 0.25% 0.58% -
HSV(B) 121.13º 0.3% 0.69% -
XYZ 26.93 36.23 24.31 -
YUV 153.23 110.94 105.73 -
System Red Green Blue C M Y K H S L
Decimal 122 175 123 0.30 0 0.30 0.31 121.13 0.25 0.58
Hex 7A AF 7B 1E 0 1E 1F 79 19 3A
Octal 172 257 173 36 0 36 37 171 31 72
Binary 1111010 10101111 1111011 11110 0 11110 11111 1111001 11001 111010

Color Harmonies of #7AAF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAF7B

Black with #7AAF7B

Text Example


Text Example

White with #7AAF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,175,123); }

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

background-color css

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

 a { background-color: rgb(122,175,123); }

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

border-color css

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

 span { border-color: rgb(122,175,123); }

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