Html Css Color HEX #7BBD8C Bay Leaf

📋 copy color: '#7BBD8C'

red 123 ◦ green 189 ◦ blue 140

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

Shades of Bay Leaf #7BBD8C

Tints of Bay Leaf #7BBD8C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.81%

 BLUE value IS 140 (55.08% from 255) = 30.97%

R = 27.21%
G = 41.81%
B = 30.97%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#7BBD8C (or 0x7BBD8C) is known color: Bay Leaf. HEX triplet: 7B, BD and 8C. RGB value is (123,189,140). Sum of RGB (Red+Green+Blue) = 123+189+140=452 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.21% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 140 (55.08% from 255 or 30.97% from 452); Max value from RGB is 189 - color contains mainly: green. Hex color #7BBD8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBD8C is #844273. Grayscale: #A3A3A3. Windows color (decimal): -8667764 or 9223547. OLE color: 9223547.

HSL color Cylindrical-coordinate representation of color #7BBD8C: hue angle of 135.45º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7BBD8C is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 123 189 140 -
CMYK 0.35 0 0.26 0.26
HSL 135.45º 0.33% 0.61% -
HSV(B) 135.45º 0.35% 0.74% -
XYZ 31.1 42.5 31.38 -
YUV 163.68 114.63 98.98 -
System Red Green Blue C M Y K H S L
Decimal 123 189 140 0.35 0 0.26 0.26 135.45 0.33 0.61
Hex 7B BD 8C 23 0 1A 1A 87 21 3D
Octal 173 275 214 43 0 32 32 207 41 75
Binary 1111011 10111101 10001100 100011 0 11010 11010 10000111 100001 111101

Color Harmonies of #7BBD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BBD8C

Black with #7BBD8C

Text Example


Text Example

White with #7BBD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,189,140); }

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

background-color css

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

 a { background-color: rgb(123,189,140); }

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

border-color css

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

 span { border-color: rgb(123,189,140); }

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