Html Css Color HEX #7DBF8B Bay Leaf

📋 copy color: '#7DBF8B'

red 125 ◦ green 191 ◦ blue 139

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

Shades of Bay Leaf #7DBF8B

Tints of Bay Leaf #7DBF8B

RGB

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

 GREEN value IS 191 (75% from 255) = 41.98%

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

R = 27.47%
G = 41.98%
B = 30.55%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#7DBF8B (or 0x7DBF8B) is known color: Bay Leaf. HEX triplet: 7D, BF and 8B. RGB value is (125,191,139). Sum of RGB (Red+Green+Blue) = 125+191+139=455 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.47% from 455); Green value is 191 (75% from 255 or 41.98% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBF8B is #824074. Grayscale: #A5A5A5. Windows color (decimal): -8536181 or 9158525. OLE color: 9158525.

HSL color Cylindrical-coordinate representation of color #7DBF8B: hue angle of 132.73º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7DBF8B is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 125 191 139 -
CMYK 0.35 0 0.27 0.25
HSL 132.73º 0.34% 0.62% -
HSV(B) 132.73º 0.35% 0.75% -
XYZ 31.75 43.49 31.15 -
YUV 165.34 113.13 99.23 -
System Red Green Blue C M Y K H S L
Decimal 125 191 139 0.35 0 0.27 0.25 132.73 0.34 0.62
Hex 7D BF 8B 23 0 1B 19 85 22 3E
Octal 175 277 213 43 0 33 31 205 42 76
Binary 1111101 10111111 10001011 100011 0 11011 11001 10000101 100010 111110

Color Harmonies of #7DBF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBF8B

Black with #7DBF8B

Text Example


Text Example

White with #7DBF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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