Html Css Color HEX #7DB27A Amulet

📋 copy color: '#7DB27A'

red 125 ◦ green 178 ◦ blue 122

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

Shades of Amulet #7DB27A

Tints of Amulet #7DB27A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.88%

 BLUE value IS 122 (48.05% from 255) = 28.71%

R = 29.41%
G = 41.88%
B = 28.71%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#7DB27A (or 0x7DB27A) is known color: Amulet. HEX triplet: 7D, B2 and 7A. RGB value is (125,178,122). Sum of RGB (Red+Green+Blue) = 125+178+122=425 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.41% from 425); Green value is 178 (69.92% from 255 or 41.88% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 178 - color contains mainly: green. Hex color #7DB27A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DB27A is #824D85. Grayscale: #9B9B9B. Windows color (decimal): -8539526 or 8041085. OLE color: 8041085.

HSL color Cylindrical-coordinate representation of color #7DB27A: hue angle of 116.79º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7DB27A is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB 125 178 122 -
CMYK 0.30 0 0.31 0.30
HSL 116.79º 0.27% 0.59% -
HSV(B) 116.79º 0.31% 0.7% -
XYZ 27.89 37.61 24.2 -
YUV 155.77 108.94 106.05 -
System Red Green Blue C M Y K H S L
Decimal 125 178 122 0.30 0 0.31 0.30 116.79 0.27 0.59
Hex 7D B2 7A 1E 0 1F 1E 75 1B 3B
Octal 175 262 172 36 0 37 36 165 33 73
Binary 1111101 10110010 1111010 11110 0 11111 11110 1110101 11011 111011

Color Harmonies of #7DB27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB27A

Black with #7DB27A

Text Example


Text Example

White with #7DB27A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,178,122); }

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

background-color css

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

 a { background-color: rgb(125,178,122); }

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

border-color css

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

 span { border-color: rgb(125,178,122); }

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