Html Css Color HEX #7BB280 Bay Leaf

📋 copy color: '#7BB280'

red 123 ◦ green 178 ◦ blue 128

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

Shades of Bay Leaf #7BB280

Tints of Bay Leaf #7BB280

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.49%

 BLUE value IS 128 (50.39% from 255) = 29.84%

R = 28.67%
G = 41.49%
B = 29.84%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#7BB280 (or 0x7BB280) is known color: Bay Leaf. HEX triplet: 7B, B2 and 80. RGB value is (123,178,128). Sum of RGB (Red+Green+Blue) = 123+178+128=429 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.67% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 178 - color contains mainly: green. Hex color #7BB280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BB280 is #844D7F. Grayscale: #9C9C9C. Windows color (decimal): -8670592 or 8434299. OLE color: 8434299.

HSL color Cylindrical-coordinate representation of color #7BB280: hue angle of 125.45º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7BB280 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB 123 178 128 -
CMYK 0.31 0 0.28 0.30
HSL 125.45º 0.26% 0.59% -
HSV(B) 125.45º 0.31% 0.7% -
XYZ 27.99 37.61 26.21 -
YUV 155.86 112.28 104.57 -
System Red Green Blue C M Y K H S L
Decimal 123 178 128 0.31 0 0.28 0.30 125.45 0.26 0.59
Hex 7B B2 80 1F 0 1C 1E 7D 1A 3B
Octal 173 262 200 37 0 34 36 175 32 73
Binary 1111011 10110010 10000000 11111 0 11100 11110 1111101 11010 111011

Color Harmonies of #7BB280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BB280

Black with #7BB280

Text Example


Text Example

White with #7BB280

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,178,128); }

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

background-color css

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

 a { background-color: rgb(123,178,128); }

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

border-color css

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

 span { border-color: rgb(123,178,128); }

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