Html Css Color HEX #7FB485 Bay Leaf

📋 copy color: '#7FB485'

red 127 ◦ green 180 ◦ blue 133

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

Shades of Bay Leaf #7FB485

Tints of Bay Leaf #7FB485

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.91%

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

R = 28.86%
G = 40.91%
B = 30.23%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#7FB485 (or 0x7FB485) is known color: Bay Leaf. HEX triplet: 7F, B4 and 85. RGB value is (127,180,133). Sum of RGB (Red+Green+Blue) = 127+180+133=440 (58% of max value = 765). Red value is 127 (50% from 255 or 28.86% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 133 (52.34% from 255 or 30.23% from 440); Max value from RGB is 180 - color contains mainly: green. Hex color #7FB485 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB485 is #804B7A. Grayscale: #9E9E9E. Windows color (decimal): -8407931 or 8762495. OLE color: 8762495.

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

Color convert

RGB 127 180 133 -
CMYK 0.29 0 0.26 0.29
HSL 126.79º 0.26% 0.6% -
HSV(B) 126.79º 0.29% 0.71% -
XYZ 29.31 38.85 28.14 -
YUV 158.8 113.44 105.32 -
System Red Green Blue C M Y K H S L
Decimal 127 180 133 0.29 0 0.26 0.29 126.79 0.26 0.6
Hex 7F B4 85 1D 0 1A 1D 7F 1A 3C
Octal 177 264 205 35 0 32 35 177 32 74
Binary 1111111 10110100 10000101 11101 0 11010 11101 1111111 11010 111100

Color Harmonies of #7FB485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB485

Black with #7FB485

Text Example


Text Example

White with #7FB485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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