Html Css Color HEX #7DAA3D Sushi

📋 copy color: '#7DAA3D'

red 125 ◦ green 170 ◦ blue 61

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

Shades of Sushi #7DAA3D

Tints of Sushi #7DAA3D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 47.75%

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

R = 35.11%
G = 47.75%
B = 17.13%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#7DAA3D (or 0x7DAA3D) is known color: Sushi. HEX triplet: 7D, AA and 3D. RGB value is (125,170,61). Sum of RGB (Red+Green+Blue) = 125+170+61=356 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.11% from 356); Green value is 170 (66.80% from 255 or 47.75% from 356); Blue value is 61 (24.22% from 255 or 17.13% from 356); Max value from RGB is 170 - color contains mainly: green. Hex color #7DAA3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAA3D is #8255C2. Grayscale: #909090. Windows color (decimal): -8541635 or 4041341. OLE color: 4041341.

HSL color Cylindrical-coordinate representation of color #7DAA3D: hue angle of 84.77º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7DAA3D is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 170 61 -
CMYK 0.26 0 0.64 0.33
HSL 84.77º 0.47% 0.45% -
HSV(B) 84.77º 0.64% 0.67% -
XYZ 23.67 33.45 9.62 -
YUV 144.12 81.09 114.36 -
System Red Green Blue C M Y K H S L
Decimal 125 170 61 0.26 0 0.64 0.33 84.77 0.47 0.45
Hex 7D AA 3D 1A 0 40 21 55 2F 2D
Octal 175 252 75 32 0 100 41 125 57 55
Binary 1111101 10101010 111101 11010 0 1000000 100001 1010101 101111 101101

Color Harmonies of #7DAA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAA3D

Black with #7DAA3D

Text Example


Text Example

White with #7DAA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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