Html Css Color HEX #7BAF81 Bay Leaf

📋 copy color: '#7BAF81'

red 123 ◦ green 175 ◦ blue 129

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

Shades of Bay Leaf #7BAF81

Tints of Bay Leaf #7BAF81

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.98%

 BLUE value IS 129 (50.78% from 255) = 30.21%

R = 28.81%
G = 40.98%
B = 30.21%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#7BAF81 (or 0x7BAF81) is known color: Bay Leaf. HEX triplet: 7B, AF and 81. RGB value is (123,175,129). Sum of RGB (Red+Green+Blue) = 123+175+129=427 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.81% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 129 (50.78% from 255 or 30.21% from 427); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAF81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAF81 is #84507E. Grayscale: #9A9A9A. Windows color (decimal): -8671359 or 8499067. OLE color: 8499067.

HSL color Cylindrical-coordinate representation of color #7BAF81: hue angle of 126.92º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7BAF81 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 123 175 129 -
CMYK 0.30 0 0.26 0.31
HSL 126.92º 0.25% 0.58% -
HSV(B) 126.92º 0.3% 0.69% -
XYZ 27.46 36.46 26.36 -
YUV 154.21 113.77 105.74 -
System Red Green Blue C M Y K H S L
Decimal 123 175 129 0.30 0 0.26 0.31 126.92 0.25 0.58
Hex 7B AF 81 1E 0 1A 1F 7F 19 3A
Octal 173 257 201 36 0 32 37 177 31 72
Binary 1111011 10101111 10000001 11110 0 11010 11111 1111111 11001 111010

Color Harmonies of #7BAF81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAF81

Black with #7BAF81

Text Example


Text Example

White with #7BAF81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,175,129); }

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

background-color css

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

 a { background-color: rgb(123,175,129); }

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

border-color css

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

 span { border-color: rgb(123,175,129); }

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