Html Css Color HEX #7FB69F Padua

📋 copy color: '#7FB69F'

red 127 ◦ green 182 ◦ blue 159

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

Shades of Padua #7FB69F

Tints of Padua #7FB69F

RGB

 RED value IS 127 (50% from 255) = 27.14%

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

 BLUE value IS 159 (62.5% from 255) = 33.97%

R = 27.14%
G = 38.89%
B = 33.97%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#7FB69F (or 0x7FB69F) is known color: Padua. HEX triplet: 7F, B6 and 9F. RGB value is (127,182,159). Sum of RGB (Red+Green+Blue) = 127+182+159=468 (61% of max value = 765). Red value is 127 (50% from 255 or 27.14% from 468); Green value is 182 (71.48% from 255 or 38.89% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 182 - color contains mainly: green. Hex color #7FB69F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB69F is #804960. Grayscale: #A2A2A2. Windows color (decimal): -8407393 or 10466943. OLE color: 10466943.

HSL color Cylindrical-coordinate representation of color #7FB69F: hue angle of 154.91º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7FB69F is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 127 182 159 -
CMYK 0.30 0 0.13 0.29
HSL 154.91º 0.27% 0.61% -
HSV(B) 154.91º 0.3% 0.71% -
XYZ 31.74 40.47 38.94 -
YUV 162.93 125.78 102.37 -
System Red Green Blue C M Y K H S L
Decimal 127 182 159 0.30 0 0.13 0.29 154.91 0.27 0.61
Hex 7F B6 9F 1E 0 D 1D 9B 1B 3D
Octal 177 266 237 36 0 15 35 233 33 75
Binary 1111111 10110110 10011111 11110 0 1101 11101 10011011 11011 111101

Color Harmonies of #7FB69F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB69F

Black with #7FB69F

Text Example


Text Example

White with #7FB69F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,182,159); }

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

background-color css

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

 a { background-color: rgb(127,182,159); }

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

border-color css

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

 span { border-color: rgb(127,182,159); }

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