Html Css Color HEX #7DA13D Sushi

📋 copy color: '#7DA13D'

red 125 ◦ green 161 ◦ blue 61

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

Shades of Sushi #7DA13D

Tints of Sushi #7DA13D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 46.4%

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

R = 36.02%
G = 46.4%
B = 17.58%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#7DA13D (or 0x7DA13D) is known color: Sushi. HEX triplet: 7D, A1 and 3D. RGB value is (125,161,61). Sum of RGB (Red+Green+Blue) = 125+161+61=347 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.02% from 347); Green value is 161 (63.28% from 255 or 46.40% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 161 - color contains mainly: green. Hex color #7DA13D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA13D is #825EC2. Grayscale: #8B8B8B. Windows color (decimal): -8543939 or 4039037. OLE color: 4039037.

HSL color Cylindrical-coordinate representation of color #7DA13D: hue angle of 81.6º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7DA13D is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB 125 161 61 -
CMYK 0.22 0 0.62 0.37
HSL 81.6º 0.45% 0.44% -
HSV(B) 81.6º 0.62% 0.63% -
XYZ 22.04 30.19 9.08 -
YUV 138.84 84.07 118.13 -
System Red Green Blue C M Y K H S L
Decimal 125 161 61 0.22 0 0.62 0.37 81.6 0.45 0.44
Hex 7D A1 3D 16 0 3E 25 52 2D 2C
Octal 175 241 75 26 0 76 45 122 55 54
Binary 1111101 10100001 111101 10110 0 111110 100101 1010010 101101 101100

Color Harmonies of #7DA13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA13D

Black with #7DA13D

Text Example


Text Example

White with #7DA13D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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