Html Css Color HEX #7BB690 Bay Leaf

📋 copy color: '#7BB690'

red 123 ◦ green 182 ◦ blue 144

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

Shades of Bay Leaf #7BB690

Tints of Bay Leaf #7BB690

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.53%

 BLUE value IS 144 (56.64% from 255) = 32.07%

R = 27.39%
G = 40.53%
B = 32.07%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#7BB690 (or 0x7BB690) is known color: Bay Leaf. HEX triplet: 7B, B6 and 90. RGB value is (123,182,144). Sum of RGB (Red+Green+Blue) = 123+182+144=449 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.39% from 449); Green value is 182 (71.48% from 255 or 40.53% from 449); Blue value is 144 (56.64% from 255 or 32.07% from 449); Max value from RGB is 182 - color contains mainly: green. Hex color #7BB690 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BB690 is #84496F. Grayscale: #A0A0A0. Windows color (decimal): -8669552 or 9483899. OLE color: 9483899.

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

Color convert

RGB 123 182 144 -
CMYK 0.32 0 0.21 0.29
HSL 141.36º 0.29% 0.6% -
HSV(B) 141.36º 0.32% 0.71% -
XYZ 29.93 39.68 32.47 -
YUV 160.03 118.95 101.59 -
System Red Green Blue C M Y K H S L
Decimal 123 182 144 0.32 0 0.21 0.29 141.36 0.29 0.6
Hex 7B B6 90 20 0 15 1D 8D 1D 3C
Octal 173 266 220 40 0 25 35 215 35 74
Binary 1111011 10110110 10010000 100000 0 10101 11101 10001101 11101 111100

Color Harmonies of #7BB690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BB690

Black with #7BB690

Text Example


Text Example

White with #7BB690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,182,144); }

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

background-color css

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

 a { background-color: rgb(123,182,144); }

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

border-color css

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

 span { border-color: rgb(123,182,144); }

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