Html Css Color HEX #7FB585 Bay Leaf

📋 copy color: '#7FB585'

red 127 ◦ green 181 ◦ blue 133

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

Shades of Bay Leaf #7FB585

Tints of Bay Leaf #7FB585

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.04%

 BLUE value IS 133 (52.34% from 255) = 30.16%

R = 28.8%
G = 41.04%
B = 30.16%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#7FB585 (or 0x7FB585) is known color: Bay Leaf. HEX triplet: 7F, B5 and 85. RGB value is (127,181,133). Sum of RGB (Red+Green+Blue) = 127+181+133=441 (58% of max value = 765). Red value is 127 (50% from 255 or 28.80% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 181 - color contains mainly: green. Hex color #7FB585 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB585 is #804A7A. Grayscale: #9F9F9F. Windows color (decimal): -8407675 or 8762751. OLE color: 8762751.

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

Color convert

RGB 127 181 133 -
CMYK 0.30 0 0.27 0.29
HSL 126.67º 0.27% 0.6% -
HSV(B) 126.67º 0.3% 0.71% -
XYZ 29.51 39.25 28.21 -
YUV 159.38 113.11 104.9 -
System Red Green Blue C M Y K H S L
Decimal 127 181 133 0.30 0 0.27 0.29 126.67 0.27 0.6
Hex 7F B5 85 1E 0 1B 1D 7F 1B 3C
Octal 177 265 205 36 0 33 35 177 33 74
Binary 1111111 10110101 10000101 11110 0 11011 11101 1111111 11011 111100

Color Harmonies of #7FB585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB585

Black with #7FB585

Text Example


Text Example

White with #7FB585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,181,133); }

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

background-color css

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

 a { background-color: rgb(127,181,133); }

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

border-color css

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

 span { border-color: rgb(127,181,133); }

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