Html Css Color HEX #7DA543 Sushi

📋 copy color: '#7DA543'

red 125 ◦ green 165 ◦ blue 67

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

Shades of Sushi #7DA543

Tints of Sushi #7DA543

RGB

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

 GREEN value IS 165 (64.84% from 255) = 46.22%

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

R = 35.01%
G = 46.22%
B = 18.77%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#7DA543 (or 0x7DA543) is known color: Sushi. HEX triplet: 7D, A5 and 43. RGB value is (125,165,67). Sum of RGB (Red+Green+Blue) = 125+165+67=357 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.01% from 357); Green value is 165 (64.84% from 255 or 46.22% from 357); Blue value is 67 (26.56% from 255 or 18.77% from 357); Max value from RGB is 165 - color contains mainly: green. Hex color #7DA543 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA543 is #825ABC. Grayscale: #8E8E8E. Windows color (decimal): -8542909 or 4433277. OLE color: 4433277.

HSL color Cylindrical-coordinate representation of color #7DA543: hue angle of 84.49º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7DA543 is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB 125 165 67 -
CMYK 0.24 0 0.59 0.35
HSL 84.49º 0.42% 0.45% -
HSV(B) 84.49º 0.59% 0.65% -
XYZ 22.93 31.68 10.22 -
YUV 141.87 85.75 115.97 -
System Red Green Blue C M Y K H S L
Decimal 125 165 67 0.24 0 0.59 0.35 84.49 0.42 0.45
Hex 7D A5 43 18 0 3B 23 54 2A 2D
Octal 175 245 103 30 0 73 43 124 52 55
Binary 1111101 10100101 1000011 11000 0 111011 100011 1010100 101010 101101

Color Harmonies of #7DA543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA543

Black with #7DA543

Text Example


Text Example

White with #7DA543

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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