Html Css Color HEX #7DA226 Sushi

📋 copy color: '#7DA226'

red 125 ◦ green 162 ◦ blue 38

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

Shades of Sushi #7DA226

Tints of Sushi #7DA226

RGB

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

 GREEN value IS 162 (63.67% from 255) = 49.85%

 BLUE value IS 38 (15.23% from 255) = 11.69%

R = 38.46%
G = 49.85%
B = 11.69%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#7DA226 (or 0x7DA226) is known color: Sushi. HEX triplet: 7D, A2 and 26. RGB value is (125,162,38). Sum of RGB (Red+Green+Blue) = 125+162+38=325 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.46% from 325); Green value is 162 (63.67% from 255 or 49.85% from 325); Blue value is 38 (15.23% from 255 or 11.69% from 325); Max value from RGB is 162 - color contains mainly: green. Hex color #7DA226 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA226 is #825DD9. Grayscale: #898989. Windows color (decimal): -8543706 or 2531965. OLE color: 2531965.

HSL color Cylindrical-coordinate representation of color #7DA226: hue angle of 77.9º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7DA226 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB 125 162 38 -
CMYK 0.23 0 0.77 0.36
HSL 77.9º 0.62% 0.39% -
HSV(B) 77.9º 0.77% 0.64% -
XYZ 21.73 30.34 6.54 -
YUV 136.8 72.24 119.58 -
System Red Green Blue C M Y K H S L
Decimal 125 162 38 0.23 0 0.77 0.36 77.9 0.62 0.39
Hex 7D A2 26 17 0 4D 24 4E 3E 27
Octal 175 242 46 27 0 115 44 116 76 47
Binary 1111101 10100010 100110 10111 0 1001101 100100 1001110 111110 100111

Color Harmonies of #7DA226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA226

Black with #7DA226

Text Example


Text Example

White with #7DA226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,162,38); }

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

background-color css

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

 a { background-color: rgb(125,162,38); }

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

border-color css

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

 span { border-color: rgb(125,162,38); }

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