Html Css Color HEX #7FB299 Padua

📋 copy color: '#7FB299'

red 127 ◦ green 178 ◦ blue 153

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

Shades of Padua #7FB299

Tints of Padua #7FB299

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.86%

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

R = 27.73%
G = 38.86%
B = 33.41%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#7FB299 (or 0x7FB299) is known color: Padua. HEX triplet: 7F, B2 and 99. RGB value is (127,178,153). Sum of RGB (Red+Green+Blue) = 127+178+153=458 (60% of max value = 765). Red value is 127 (50% from 255 or 27.73% from 458); Green value is 178 (69.92% from 255 or 38.86% from 458); Blue value is 153 (60.16% from 255 or 33.41% from 458); Max value from RGB is 178 - color contains mainly: green. Hex color #7FB299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FB299 is #804D66. Grayscale: #9F9F9F. Windows color (decimal): -8408423 or 10072703. OLE color: 10072703.

HSL color Cylindrical-coordinate representation of color #7FB299: hue angle of 150.59º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7FB299 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB 127 178 153 -
CMYK 0.29 0 0.14 0.30
HSL 150.59º 0.25% 0.6% -
HSV(B) 150.59º 0.29% 0.7% -
XYZ 30.42 38.65 35.99 -
YUV 159.9 124.1 104.53 -
System Red Green Blue C M Y K H S L
Decimal 127 178 153 0.29 0 0.14 0.30 150.59 0.25 0.6
Hex 7F B2 99 1D 0 E 1E 97 19 3C
Octal 177 262 231 35 0 16 36 227 31 74
Binary 1111111 10110010 10011001 11101 0 1110 11110 10010111 11001 111100

Color Harmonies of #7FB299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB299

Black with #7FB299

Text Example


Text Example

White with #7FB299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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