Html Css Color HEX #7DB489 Bay Leaf

📋 copy color: '#7DB489'

red 125 ◦ green 180 ◦ blue 137

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

Shades of Bay Leaf #7DB489

Tints of Bay Leaf #7DB489

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.72%

 BLUE value IS 137 (53.91% from 255) = 31%

R = 28.28%
G = 40.72%
B = 31%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#7DB489 (or 0x7DB489) is known color: Bay Leaf. HEX triplet: 7D, B4 and 89. RGB value is (125,180,137). Sum of RGB (Red+Green+Blue) = 125+180+137=442 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.28% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 137 (53.91% from 255 or 31.00% from 442); Max value from RGB is 180 - color contains mainly: green. Hex color #7DB489 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DB489 is #824B76. Grayscale: #9E9E9E. Windows color (decimal): -8538999 or 9024637. OLE color: 9024637.

HSL color Cylindrical-coordinate representation of color #7DB489: hue angle of 133.09º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7DB489 is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 125 180 137 -
CMYK 0.31 0 0.24 0.29
HSL 133.09º 0.27% 0.6% -
HSV(B) 133.09º 0.31% 0.71% -
XYZ 29.29 38.81 29.61 -
YUV 158.65 115.78 104 -
System Red Green Blue C M Y K H S L
Decimal 125 180 137 0.31 0 0.24 0.29 133.09 0.27 0.6
Hex 7D B4 89 1F 0 18 1D 85 1B 3C
Octal 175 264 211 37 0 30 35 205 33 74
Binary 1111101 10110100 10001001 11111 0 11000 11101 10000101 11011 111100

Color Harmonies of #7DB489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB489

Black with #7DB489

Text Example


Text Example

White with #7DB489

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,180,137); }

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

background-color css

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

 a { background-color: rgb(125,180,137); }

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

border-color css

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

 span { border-color: rgb(125,180,137); }

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