Html Css Color HEX #7DB585 Bay Leaf

📋 copy color: '#7DB585'

red 125 ◦ green 181 ◦ blue 133

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

Shades of Bay Leaf #7DB585

Tints of Bay Leaf #7DB585

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.23%

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

R = 28.47%
G = 41.23%
B = 30.3%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#7DB585 (or 0x7DB585) is known color: Bay Leaf. HEX triplet: 7D, B5 and 85. RGB value is (125,181,133). Sum of RGB (Red+Green+Blue) = 125+181+133=439 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.47% from 439); Green value is 181 (71.09% from 255 or 41.23% from 439); Blue value is 133 (52.34% from 255 or 30.30% from 439); Max value from RGB is 181 - color contains mainly: green. Hex color #7DB585 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DB585 is #824A7A. Grayscale: #9E9E9E. Windows color (decimal): -8538747 or 8762749. OLE color: 8762749.

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

Color convert

RGB 125 181 133 -
CMYK 0.31 0 0.27 0.29
HSL 128.57º 0.27% 0.6% -
HSV(B) 128.57º 0.31% 0.71% -
XYZ 29.21 39.1 28.2 -
YUV 158.78 113.45 103.9 -
System Red Green Blue C M Y K H S L
Decimal 125 181 133 0.31 0 0.27 0.29 128.57 0.27 0.6
Hex 7D B5 85 1F 0 1B 1D 81 1B 3C
Octal 175 265 205 37 0 33 35 201 33 74
Binary 1111101 10110101 10000101 11111 0 11011 11101 10000001 11011 111100

Color Harmonies of #7DB585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB585

Black with #7DB585

Text Example


Text Example

White with #7DB585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,181,133); }

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

background-color css

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

 a { background-color: rgb(125,181,133); }

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

border-color css

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

 span { border-color: rgb(125,181,133); }

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