Html Css Color HEX #7BAF85 Bay Leaf

📋 copy color: '#7BAF85'

red 123 ◦ green 175 ◦ blue 133

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

Shades of Bay Leaf #7BAF85

Tints of Bay Leaf #7BAF85

RGB

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

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

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

R = 28.54%
G = 40.6%
B = 30.86%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#7BAF85 (or 0x7BAF85) is known color: Bay Leaf. HEX triplet: 7B, AF and 85. RGB value is (123,175,133). Sum of RGB (Red+Green+Blue) = 123+175+133=431 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.54% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAF85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAF85 is #84507A. Grayscale: #9A9A9A. Windows color (decimal): -8671355 or 8761211. OLE color: 8761211.

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

Color convert

RGB 123 175 133 -
CMYK 0.30 0 0.24 0.31
HSL 131.54º 0.25% 0.58% -
HSV(B) 131.54º 0.3% 0.69% -
XYZ 27.73 36.56 27.79 -
YUV 154.66 115.77 105.42 -
System Red Green Blue C M Y K H S L
Decimal 123 175 133 0.30 0 0.24 0.31 131.54 0.25 0.58
Hex 7B AF 85 1E 0 18 1F 84 19 3A
Octal 173 257 205 36 0 30 37 204 31 72
Binary 1111011 10101111 10000101 11110 0 11000 11111 10000100 11001 111010

Color Harmonies of #7BAF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAF85

Black with #7BAF85

Text Example


Text Example

White with #7BAF85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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