Html Css Color HEX #7DB78B Bay Leaf

📋 copy color: '#7DB78B'

red 125 ◦ green 183 ◦ blue 139

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

Shades of Bay Leaf #7DB78B

Tints of Bay Leaf #7DB78B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.1%

R = 27.96%
G = 40.94%
B = 31.1%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#7DB78B (or 0x7DB78B) is known color: Bay Leaf. HEX triplet: 7D, B7 and 8B. RGB value is (125,183,139). Sum of RGB (Red+Green+Blue) = 125+183+139=447 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.96% from 447); Green value is 183 (71.88% from 255 or 40.94% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB78B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DB78B is #824874. Grayscale: #A0A0A0. Windows color (decimal): -8538229 or 9156477. OLE color: 9156477.

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

Color convert

RGB 125 183 139 -
CMYK 0.32 0 0.24 0.28
HSL 134.48º 0.29% 0.6% -
HSV(B) 134.48º 0.32% 0.72% -
XYZ 30.05 40.09 30.58 -
YUV 160.64 115.78 102.58 -
System Red Green Blue C M Y K H S L
Decimal 125 183 139 0.32 0 0.24 0.28 134.48 0.29 0.6
Hex 7D B7 8B 20 0 18 1C 86 1D 3C
Octal 175 267 213 40 0 30 34 206 35 74
Binary 1111101 10110111 10001011 100000 0 11000 11100 10000110 11101 111100

Color Harmonies of #7DB78B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB78B

Black with #7DB78B

Text Example


Text Example

White with #7DB78B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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