Html Css Color HEX #7DB78C Bay Leaf

📋 copy color: '#7DB78C'

red 125 ◦ green 183 ◦ blue 140

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

Shades of Bay Leaf #7DB78C

Tints of Bay Leaf #7DB78C

RGB

 RED value IS 125 (49.22% from 255) = 27.9%

 GREEN value IS 183 (71.88% from 255) = 40.85%

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

R = 27.9%
G = 40.85%
B = 31.25%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#7DB78C (or 0x7DB78C) is known color: Bay Leaf. HEX triplet: 7D, B7 and 8C. RGB value is (125,183,140). Sum of RGB (Red+Green+Blue) = 125+183+140=448 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.90% from 448); Green value is 183 (71.88% from 255 or 40.85% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB78C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DB78C is #824873. Grayscale: #A0A0A0. Windows color (decimal): -8538228 or 9222013. OLE color: 9222013.

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

Color convert

RGB 125 183 140 -
CMYK 0.32 0 0.23 0.28
HSL 135.52º 0.29% 0.6% -
HSV(B) 135.52º 0.32% 0.72% -
XYZ 30.12 40.12 30.97 -
YUV 160.76 116.28 102.5 -
System Red Green Blue C M Y K H S L
Decimal 125 183 140 0.32 0 0.23 0.28 135.52 0.29 0.6
Hex 7D B7 8C 20 0 17 1C 88 1D 3C
Octal 175 267 214 40 0 27 34 210 35 74
Binary 1111101 10110111 10001100 100000 0 10111 11100 10001000 11101 111100

Color Harmonies of #7DB78C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB78C

Black with #7DB78C

Text Example


Text Example

White with #7DB78C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,183,140); }

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

background-color css

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

 a { background-color: rgb(125,183,140); }

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

border-color css

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

 span { border-color: rgb(125,183,140); }

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