Html Css Color HEX #72AF7B Fern

📋 copy color: '#72AF7B'

red 114 ◦ green 175 ◦ blue 123

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

Shades of Fern #72AF7B

Tints of Fern #72AF7B

RGB

 RED value IS 114 (44.92% from 255) = 27.67%

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

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

R = 27.67%
G = 42.48%
B = 29.85%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#72AF7B (or 0x72AF7B) is known color: Fern. HEX triplet: 72, AF and 7B. RGB value is (114,175,123). Sum of RGB (Red+Green+Blue) = 114+175+123=412 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.67% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 175 - color contains mainly: green. Hex color #72AF7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AF7B is #8D5084. Grayscale: #969696. Windows color (decimal): -9261189 or 8105842. OLE color: 8105842.

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

Color convert

RGB 114 175 123 -
CMYK 0.35 0 0.30 0.31
HSL 128.85º 0.28% 0.57% -
HSV(B) 128.85º 0.35% 0.69% -
XYZ 25.84 35.67 24.26 -
YUV 150.83 112.29 101.73 -
System Red Green Blue C M Y K H S L
Decimal 114 175 123 0.35 0 0.30 0.31 128.85 0.28 0.57
Hex 72 AF 7B 23 0 1E 1F 81 1C 39
Octal 162 257 173 43 0 36 37 201 34 71
Binary 1110010 10101111 1111011 100011 0 11110 11111 10000001 11100 111001

Color Harmonies of #72AF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AF7B

Black with #72AF7B

Text Example


Text Example

White with #72AF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72AF7B; }

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

 H1.HeaderClassName
 {
   color: #72AF7B;
 }
 .AnyTagClassName
 {
   color: #72AF7B;
 }
</style>

background-color css

<style>
 a { background-color: #72AF7B; }

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

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

border-color css

<style>
 span { border-color: #72AF7B; }

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

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