Html Css Color HEX #7FB385 Bay Leaf

📋 copy color: '#7FB385'

red 127 ◦ green 179 ◦ blue 133

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

Shades of Bay Leaf #7FB385

Tints of Bay Leaf #7FB385

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.77%

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

R = 28.93%
G = 40.77%
B = 30.3%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#7FB385 (or 0x7FB385) is known color: Bay Leaf. HEX triplet: 7F, B3 and 85. RGB value is (127,179,133). Sum of RGB (Red+Green+Blue) = 127+179+133=439 (58% of max value = 765). Red value is 127 (50% from 255 or 28.93% from 439); Green value is 179 (70.31% from 255 or 40.77% from 439); Blue value is 133 (52.34% from 255 or 30.30% from 439); Max value from RGB is 179 - color contains mainly: green. Hex color #7FB385 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB385 is #804C7A. Grayscale: #9E9E9E. Windows color (decimal): -8408187 or 8762239. OLE color: 8762239.

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

Color convert

RGB 127 179 133 -
CMYK 0.29 0 0.26 0.30
HSL 126.92º 0.25% 0.6% -
HSV(B) 126.92º 0.29% 0.7% -
XYZ 29.11 38.45 28.08 -
YUV 158.21 113.77 105.74 -
System Red Green Blue C M Y K H S L
Decimal 127 179 133 0.29 0 0.26 0.30 126.92 0.25 0.6
Hex 7F B3 85 1D 0 1A 1E 7F 19 3C
Octal 177 263 205 35 0 32 36 177 31 74
Binary 1111111 10110011 10000101 11101 0 11010 11110 1111111 11001 111100

Color Harmonies of #7FB385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB385

Black with #7FB385

Text Example


Text Example

White with #7FB385

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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