Html Css Color HEX #7DB068 Mantis

📋 copy color: '#7DB068'

red 125 ◦ green 176 ◦ blue 104

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

Shades of Mantis #7DB068

Tints of Mantis #7DB068

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.46%

 BLUE value IS 104 (41.02% from 255) = 25.68%

R = 30.86%
G = 43.46%
B = 25.68%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#7DB068 (or 0x7DB068) is known color: Mantis. HEX triplet: 7D, B0 and 68. RGB value is (125,176,104). Sum of RGB (Red+Green+Blue) = 125+176+104=405 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.86% from 405); Green value is 176 (69.14% from 255 or 43.46% from 405); Blue value is 104 (41.02% from 255 or 25.68% from 405); Max value from RGB is 176 - color contains mainly: green. Hex color #7DB068 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DB068 is #824F97. Grayscale: #989898. Windows color (decimal): -8540056 or 6860925. OLE color: 6860925.

HSL color Cylindrical-coordinate representation of color #7DB068: hue angle of 102.5º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7DB068 is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 125 176 104 -
CMYK 0.29 0 0.41 0.31
HSL 102.5º 0.31% 0.55% -
HSV(B) 102.5º 0.41% 0.69% -
XYZ 26.48 36.41 18.73 -
YUV 152.54 100.6 108.35 -
System Red Green Blue C M Y K H S L
Decimal 125 176 104 0.29 0 0.41 0.31 102.5 0.31 0.55
Hex 7D B0 68 1D 0 29 1F 66 1F 37
Octal 175 260 150 35 0 51 37 146 37 67
Binary 1111101 10110000 1101000 11101 0 101001 11111 1100110 11111 110111

Color Harmonies of #7DB068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB068

Black with #7DB068

Text Example


Text Example

White with #7DB068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,176,104); }

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

background-color css

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

 a { background-color: rgb(125,176,104); }

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

border-color css

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

 span { border-color: rgb(125,176,104); }

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