Html Css Color HEX #7DA830 Sushi

📋 copy color: '#7DA830'

red 125 ◦ green 168 ◦ blue 48

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

Shades of Sushi #7DA830

Tints of Sushi #7DA830

RGB

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

 GREEN value IS 168 (66.02% from 255) = 49.27%

 BLUE value IS 48 (19.14% from 255) = 14.08%

R = 36.66%
G = 49.27%
B = 14.08%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.71

 K value IS 0.34

RGB Variations

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

Color information

#7DA830 (or 0x7DA830) is known color: Sushi. HEX triplet: 7D, A8 and 30. RGB value is (125,168,48). Sum of RGB (Red+Green+Blue) = 125+168+48=341 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.66% from 341); Green value is 168 (66.02% from 255 or 49.27% from 341); Blue value is 48 (19.14% from 255 or 14.08% from 341); Max value from RGB is 168 - color contains mainly: green. Hex color #7DA830 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA830 is #8257CF. Grayscale: #8D8D8D. Windows color (decimal): -8542160 or 3188861. OLE color: 3188861.

HSL color Cylindrical-coordinate representation of color #7DA830: hue angle of 81.5º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7DA830 is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.34.

Color convert

RGB 125 168 48 -
CMYK 0.26 0 0.71 0.34
HSL 81.5º 0.56% 0.42% -
HSV(B) 81.5º 0.71% 0.66% -
XYZ 22.99 32.58 7.87 -
YUV 141.46 75.25 116.26 -
System Red Green Blue C M Y K H S L
Decimal 125 168 48 0.26 0 0.71 0.34 81.5 0.56 0.42
Hex 7D A8 30 1A 0 47 22 52 38 2A
Octal 175 250 60 32 0 107 42 122 70 52
Binary 1111101 10101000 110000 11010 0 1000111 100010 1010010 111000 101010

Color Harmonies of #7DA830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA830

Black with #7DA830

Text Example


Text Example

White with #7DA830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,168,48); }

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

background-color css

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

 a { background-color: rgb(125,168,48); }

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

border-color css

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

 span { border-color: rgb(125,168,48); }

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