Html Css Color HEX #72B67D Fern

📋 copy color: '#72B67D'

red 114 ◦ green 182 ◦ blue 125

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

Shades of Fern #72B67D

Tints of Fern #72B67D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.23%

 BLUE value IS 125 (49.22% from 255) = 29.69%

R = 27.08%
G = 43.23%
B = 29.69%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#72B67D (or 0x72B67D) is known color: Fern. HEX triplet: 72, B6 and 7D. RGB value is (114,182,125). Sum of RGB (Red+Green+Blue) = 114+182+125=421 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.08% from 421); Green value is 182 (71.48% from 255 or 43.23% from 421); Blue value is 125 (49.22% from 255 or 29.69% from 421); Max value from RGB is 182 - color contains mainly: green. Hex color #72B67D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B67D is #8D4982. Grayscale: #9B9B9B. Windows color (decimal): -9259395 or 8238706. OLE color: 8238706.

HSL color Cylindrical-coordinate representation of color #72B67D: hue angle of 129.71º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #72B67D is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 114 182 125 -
CMYK 0.37 0 0.31 0.29
HSL 129.71º 0.32% 0.58% -
HSV(B) 129.71º 0.37% 0.71% -
XYZ 27.37 38.51 25.39 -
YUV 155.17 110.97 98.63 -
System Red Green Blue C M Y K H S L
Decimal 114 182 125 0.37 0 0.31 0.29 129.71 0.32 0.58
Hex 72 B6 7D 25 0 1F 1D 82 20 3A
Octal 162 266 175 45 0 37 35 202 40 72
Binary 1110010 10110110 1111101 100101 0 11111 11101 10000010 100000 111010

Color Harmonies of #72B67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B67D

Black with #72B67D

Text Example


Text Example

White with #72B67D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,182,125); }

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

background-color css

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

 a { background-color: rgb(114,182,125); }

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

border-color css

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

 span { border-color: rgb(114,182,125); }

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