Html Css Color HEX #7BB985 Bay Leaf

📋 copy color: '#7BB985'

red 123 ◦ green 185 ◦ blue 133

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

Shades of Bay Leaf #7BB985

Tints of Bay Leaf #7BB985

RGB

 RED value IS 123 (48.44% from 255) = 27.89%

 GREEN value IS 185 (72.66% from 255) = 41.95%

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

R = 27.89%
G = 41.95%
B = 30.16%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#7BB985 (or 0x7BB985) is known color: Bay Leaf. HEX triplet: 7B, B9 and 85. RGB value is (123,185,133). Sum of RGB (Red+Green+Blue) = 123+185+133=441 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.89% from 441); Green value is 185 (72.66% from 255 or 41.95% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 185 - color contains mainly: green. Hex color #7BB985 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BB985 is #84467A. Grayscale: #A0A0A0. Windows color (decimal): -8668795 or 8763771. OLE color: 8763771.

HSL color Cylindrical-coordinate representation of color #7BB985: hue angle of 129.68º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7BB985 is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 123 185 133 -
CMYK 0.34 0 0.28 0.27
HSL 129.68º 0.31% 0.6% -
HSV(B) 129.68º 0.34% 0.73% -
XYZ 29.75 40.6 28.46 -
YUV 160.53 112.46 101.23 -
System Red Green Blue C M Y K H S L
Decimal 123 185 133 0.34 0 0.28 0.27 129.68 0.31 0.6
Hex 7B B9 85 22 0 1C 1B 82 1F 3C
Octal 173 271 205 42 0 34 33 202 37 74
Binary 1111011 10111001 10000101 100010 0 11100 11011 10000010 11111 111100

Color Harmonies of #7BB985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BB985

Black with #7BB985

Text Example


Text Example

White with #7BB985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,185,133); }

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

background-color css

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

 a { background-color: rgb(123,185,133); }

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

border-color css

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

 span { border-color: rgb(123,185,133); }

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