Html Css Color HEX #7DAE3D Sushi

📋 copy color: '#7DAE3D'

red 125 ◦ green 174 ◦ blue 61

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

Shades of Sushi #7DAE3D

Tints of Sushi #7DAE3D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 48.33%

 BLUE value IS 61 (24.22% from 255) = 16.94%

R = 34.72%
G = 48.33%
B = 16.94%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#7DAE3D (or 0x7DAE3D) is known color: Sushi. HEX triplet: 7D, AE and 3D. RGB value is (125,174,61). Sum of RGB (Red+Green+Blue) = 125+174+61=360 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.72% from 360); Green value is 174 (68.36% from 255 or 48.33% from 360); Blue value is 61 (24.22% from 255 or 16.94% from 360); Max value from RGB is 174 - color contains mainly: green. Hex color #7DAE3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAE3D is #8251C2. Grayscale: #929292. Windows color (decimal): -8540611 or 4042365. OLE color: 4042365.

HSL color Cylindrical-coordinate representation of color #7DAE3D: hue angle of 86.02º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7DAE3D is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB 125 174 61 -
CMYK 0.28 0 0.65 0.32
HSL 86.02º 0.48% 0.46% -
HSV(B) 86.02º 0.65% 0.68% -
XYZ 24.44 34.97 9.88 -
YUV 146.47 79.77 112.69 -
System Red Green Blue C M Y K H S L
Decimal 125 174 61 0.28 0 0.65 0.32 86.02 0.48 0.46
Hex 7D AE 3D 1C 0 41 20 56 30 2E
Octal 175 256 75 34 0 101 40 126 60 56
Binary 1111101 10101110 111101 11100 0 1000001 100000 1010110 110000 101110

Color Harmonies of #7DAE3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAE3D

Black with #7DAE3D

Text Example


Text Example

White with #7DAE3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,174,61); }

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

background-color css

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

 a { background-color: rgb(125,174,61); }

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

border-color css

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

 span { border-color: rgb(125,174,61); }

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