Html Css Color HEX #7DA143 Sushi

📋 copy color: '#7DA143'

red 125 ◦ green 161 ◦ blue 67

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

Shades of Sushi #7DA143

Tints of Sushi #7DA143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.98%

R = 35.41%
G = 45.61%
B = 18.98%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#7DA143 (or 0x7DA143) is known color: Sushi. HEX triplet: 7D, A1 and 43. RGB value is (125,161,67). Sum of RGB (Red+Green+Blue) = 125+161+67=353 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.41% from 353); Green value is 161 (63.28% from 255 or 45.61% from 353); Blue value is 67 (26.56% from 255 or 18.98% from 353); Max value from RGB is 161 - color contains mainly: green. Hex color #7DA143 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA143 is #825EBC. Grayscale: #8B8B8B. Windows color (decimal): -8543933 or 4432253. OLE color: 4432253.

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

Color convert

RGB 125 161 67 -
CMYK 0.22 0 0.58 0.37
HSL 82.98º 0.41% 0.45% -
HSV(B) 82.98º 0.58% 0.63% -
XYZ 22.22 30.25 9.98 -
YUV 139.52 87.07 117.64 -
System Red Green Blue C M Y K H S L
Decimal 125 161 67 0.22 0 0.58 0.37 82.98 0.41 0.45
Hex 7D A1 43 16 0 3A 25 53 29 2D
Octal 175 241 103 26 0 72 45 123 51 55
Binary 1111101 10100001 1000011 10110 0 111010 100101 1010011 101001 101101

Color Harmonies of #7DA143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA143

Black with #7DA143

Text Example


Text Example

White with #7DA143

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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