Html Css Color HEX #7DA540 Sushi

📋 copy color: '#7DA540'

red 125 ◦ green 165 ◦ blue 64

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

Shades of Sushi #7DA540

Tints of Sushi #7DA540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.08%

R = 35.31%
G = 46.61%
B = 18.08%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#7DA540 (or 0x7DA540) is known color: Sushi. HEX triplet: 7D, A5 and 40. RGB value is (125,165,64). Sum of RGB (Red+Green+Blue) = 125+165+64=354 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.31% from 354); Green value is 165 (64.84% from 255 or 46.61% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 165 - color contains mainly: green. Hex color #7DA540 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA540 is #825ABF. Grayscale: #8D8D8D. Windows color (decimal): -8542912 or 4236669. OLE color: 4236669.

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

Color convert

RGB 125 165 64 -
CMYK 0.24 0 0.61 0.35
HSL 83.76º 0.44% 0.45% -
HSV(B) 83.76º 0.61% 0.65% -
XYZ 22.84 31.64 9.75 -
YUV 141.53 84.25 116.21 -
System Red Green Blue C M Y K H S L
Decimal 125 165 64 0.24 0 0.61 0.35 83.76 0.44 0.45
Hex 7D A5 40 18 0 3D 23 54 2C 2D
Octal 175 245 100 30 0 75 43 124 54 55
Binary 1111101 10100101 1000000 11000 0 111101 100011 1010100 101100 101101

Color Harmonies of #7DA540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA540

Black with #7DA540

Text Example


Text Example

White with #7DA540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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