Html Css Color HEX #7DAB41 Sushi

📋 copy color: '#7DAB41'

red 125 ◦ green 171 ◦ blue 65

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

Shades of Sushi #7DAB41

Tints of Sushi #7DAB41

RGB

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

 GREEN value IS 171 (67.19% from 255) = 47.37%

 BLUE value IS 65 (25.78% from 255) = 18.01%

R = 34.63%
G = 47.37%
B = 18.01%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#7DAB41 (or 0x7DAB41) is known color: Sushi. HEX triplet: 7D, AB and 41. RGB value is (125,171,65). Sum of RGB (Red+Green+Blue) = 125+171+65=361 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.63% from 361); Green value is 171 (67.19% from 255 or 47.37% from 361); Blue value is 65 (25.78% from 255 or 18.01% from 361); Max value from RGB is 171 - color contains mainly: green. Hex color #7DAB41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAB41 is #8254BE. Grayscale: #919191. Windows color (decimal): -8541375 or 4303741. OLE color: 4303741.

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

Color convert

RGB 125 171 65 -
CMYK 0.27 0 0.62 0.33
HSL 86.04º 0.45% 0.46% -
HSV(B) 86.04º 0.62% 0.67% -
XYZ 23.97 33.87 10.27 -
YUV 145.16 82.76 113.62 -
System Red Green Blue C M Y K H S L
Decimal 125 171 65 0.27 0 0.62 0.33 86.04 0.45 0.46
Hex 7D AB 41 1B 0 3E 21 56 2D 2E
Octal 175 253 101 33 0 76 41 126 55 56
Binary 1111101 10101011 1000001 11011 0 111110 100001 1010110 101101 101110

Color Harmonies of #7DAB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAB41

Black with #7DAB41

Text Example


Text Example

White with #7DAB41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,171,65); }

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

background-color css

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

 a { background-color: rgb(125,171,65); }

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

border-color css

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

 span { border-color: rgb(125,171,65); }

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