Html Css Color HEX #7DC08C Bay Leaf

📋 copy color: '#7DC08C'

red 125 ◦ green 192 ◦ blue 140

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

Shades of Bay Leaf #7DC08C

Tints of Bay Leaf #7DC08C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.01%

 BLUE value IS 140 (55.08% from 255) = 30.63%

R = 27.35%
G = 42.01%
B = 30.63%

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

#7DC08C (or 0x7DC08C) is known color: Bay Leaf. HEX triplet: 7D, C0 and 8C. RGB value is (125,192,140). Sum of RGB (Red+Green+Blue) = 125+192+140=457 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.35% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 140 (55.08% from 255 or 30.63% from 457); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC08C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC08C is #823F73. Grayscale: #A6A6A6. Windows color (decimal): -8535924 or 9224317. OLE color: 9224317.

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

Color convert

RGB 125 192 140 -
CMYK 0.35 0 0.27 0.25
HSL 133.43º 0.35% 0.62% -
HSV(B) 133.43º 0.35% 0.75% -
XYZ 32.04 43.95 31.61 -
YUV 166.04 113.3 98.73 -
System Red Green Blue C M Y K H S L
Decimal 125 192 140 0.35 0 0.27 0.25 133.43 0.35 0.62
Hex 7D C0 8C 23 0 1B 19 85 23 3E
Octal 175 300 214 43 0 33 31 205 43 76
Binary 1111101 11000000 10001100 100011 0 11011 11001 10000101 100011 111110

Color Harmonies of #7DC08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC08C

Black with #7DC08C

Text Example


Text Example

White with #7DC08C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,192,140); }

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

background-color css

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

 a { background-color: rgb(125,192,140); }

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

border-color css

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

 span { border-color: rgb(125,192,140); }

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