Html Css Color HEX #7FB69C Padua

📋 copy color: '#7FB69C'

red 127 ◦ green 182 ◦ blue 156

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

Shades of Padua #7FB69C

Tints of Padua #7FB69C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.55%

R = 27.31%
G = 39.14%
B = 33.55%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#7FB69C (or 0x7FB69C) is known color: Padua. HEX triplet: 7F, B6 and 9C. RGB value is (127,182,156). Sum of RGB (Red+Green+Blue) = 127+182+156=465 (61% of max value = 765). Red value is 127 (50% from 255 or 27.31% from 465); Green value is 182 (71.48% from 255 or 39.14% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 182 - color contains mainly: green. Hex color #7FB69C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB69C is #804963. Grayscale: #A2A2A2. Windows color (decimal): -8407396 or 10270335. OLE color: 10270335.

HSL color Cylindrical-coordinate representation of color #7FB69C: hue angle of 151.64º 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 #7FB69C is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 127 182 156 -
CMYK 0.30 0 0.14 0.29
HSL 151.64º 0.27% 0.61% -
HSV(B) 151.64º 0.3% 0.71% -
XYZ 31.48 40.37 37.59 -
YUV 162.59 124.28 102.61 -
System Red Green Blue C M Y K H S L
Decimal 127 182 156 0.30 0 0.14 0.29 151.64 0.27 0.61
Hex 7F B6 9C 1E 0 E 1D 98 1B 3D
Octal 177 266 234 36 0 16 35 230 33 75
Binary 1111111 10110110 10011100 11110 0 1110 11101 10011000 11011 111101

Color Harmonies of #7FB69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB69C

Black with #7FB69C

Text Example


Text Example

White with #7FB69C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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