Html Css Color HEX #7DBF8A Bay Leaf

📋 copy color: '#7DBF8A'

red 125 ◦ green 191 ◦ blue 138

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

Shades of Bay Leaf #7DBF8A

Tints of Bay Leaf #7DBF8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.4%

R = 27.53%
G = 42.07%
B = 30.4%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#7DBF8A (or 0x7DBF8A) is known color: Bay Leaf. HEX triplet: 7D, BF and 8A. RGB value is (125,191,138). Sum of RGB (Red+Green+Blue) = 125+191+138=454 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.53% from 454); Green value is 191 (75% from 255 or 42.07% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBF8A is #824075. Grayscale: #A5A5A5. Windows color (decimal): -8536182 or 9092989. OLE color: 9092989.

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

Color convert

RGB 125 191 138 -
CMYK 0.35 0 0.28 0.25
HSL 131.82º 0.34% 0.62% -
HSV(B) 131.82º 0.35% 0.75% -
XYZ 31.68 43.46 30.76 -
YUV 165.22 112.63 99.31 -
System Red Green Blue C M Y K H S L
Decimal 125 191 138 0.35 0 0.28 0.25 131.82 0.34 0.62
Hex 7D BF 8A 23 0 1C 19 84 22 3E
Octal 175 277 212 43 0 34 31 204 42 76
Binary 1111101 10111111 10001010 100011 0 11100 11001 10000100 100010 111110

Color Harmonies of #7DBF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBF8A

Black with #7DBF8A

Text Example


Text Example

White with #7DBF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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