Html Css Color HEX #7FB699 Padua

📋 copy color: '#7FB699'

red 127 ◦ green 182 ◦ blue 153

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

Shades of Padua #7FB699

Tints of Padua #7FB699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 33.12%

R = 27.49%
G = 39.39%
B = 33.12%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#7FB699 (or 0x7FB699) is known color: Padua. HEX triplet: 7F, B6 and 99. RGB value is (127,182,153). Sum of RGB (Red+Green+Blue) = 127+182+153=462 (61% of max value = 765). Red value is 127 (50% from 255 or 27.49% from 462); Green value is 182 (71.48% from 255 or 39.39% from 462); Blue value is 153 (60.16% from 255 or 33.12% from 462); Max value from RGB is 182 - color contains mainly: green. Hex color #7FB699 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB699 is #804966. Grayscale: #A2A2A2. Windows color (decimal): -8407399 or 10073727. OLE color: 10073727.

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

Color convert

RGB 127 182 153 -
CMYK 0.30 0 0.16 0.29
HSL 148.36º 0.27% 0.61% -
HSV(B) 148.36º 0.3% 0.71% -
XYZ 31.23 40.27 36.26 -
YUV 162.25 122.78 102.86 -
System Red Green Blue C M Y K H S L
Decimal 127 182 153 0.30 0 0.16 0.29 148.36 0.27 0.61
Hex 7F B6 99 1E 0 10 1D 94 1B 3D
Octal 177 266 231 36 0 20 35 224 33 75
Binary 1111111 10110110 10011001 11110 0 10000 11101 10010100 11011 111101

Color Harmonies of #7FB699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB699

Black with #7FB699

Text Example


Text Example

White with #7FB699

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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