Html Css Color HEX #74AF7A Fern

📋 copy color: '#74AF7A'

red 116 ◦ green 175 ◦ blue 122

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

Shades of Fern #74AF7A

Tints of Fern #74AF7A

RGB

 RED value IS 116 (45.7% from 255) = 28.09%

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

 BLUE value IS 122 (48.05% from 255) = 29.54%

R = 28.09%
G = 42.37%
B = 29.54%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#74AF7A (or 0x74AF7A) is known color: Fern. HEX triplet: 74, AF and 7A. RGB value is (116,175,122). Sum of RGB (Red+Green+Blue) = 116+175+122=413 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.09% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 175 - color contains mainly: green. Hex color #74AF7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AF7A is #8B5085. Grayscale: #979797. Windows color (decimal): -9130118 or 8040308. OLE color: 8040308.

HSL color Cylindrical-coordinate representation of color #74AF7A: hue angle of 126.1º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #74AF7A is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 116 175 122 -
CMYK 0.34 0 0.30 0.31
HSL 126.1º 0.27% 0.57% -
HSV(B) 126.1º 0.34% 0.69% -
XYZ 26.05 35.78 23.95 -
YUV 151.32 111.45 102.81 -
System Red Green Blue C M Y K H S L
Decimal 116 175 122 0.34 0 0.30 0.31 126.1 0.27 0.57
Hex 74 AF 7A 22 0 1E 1F 7E 1B 39
Octal 164 257 172 42 0 36 37 176 33 71
Binary 1110100 10101111 1111010 100010 0 11110 11111 1111110 11011 111001

Color Harmonies of #74AF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AF7A

Black with #74AF7A

Text Example


Text Example

White with #74AF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74AF7A; }

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

 H1.HeaderClassName
 {
   color: #74AF7A;
 }
 .AnyTagClassName
 {
   color: #74AF7A;
 }
</style>

background-color css

<style>
 a { background-color: #74AF7A; }

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

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

border-color css

<style>
 span { border-color: #74AF7A; }

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

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