Html Css Color HEX #7DA835 Sushi

📋 copy color: '#7DA835'

red 125 ◦ green 168 ◦ blue 53

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

Shades of Sushi #7DA835

Tints of Sushi #7DA835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.32%

R = 36.13%
G = 48.55%
B = 15.32%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.68

 K value IS 0.34

RGB Variations

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

Color information

#7DA835 (or 0x7DA835) is known color: Sushi. HEX triplet: 7D, A8 and 35. RGB value is (125,168,53). Sum of RGB (Red+Green+Blue) = 125+168+53=346 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.13% from 346); Green value is 168 (66.02% from 255 or 48.55% from 346); Blue value is 53 (21.09% from 255 or 15.32% from 346); Max value from RGB is 168 - color contains mainly: green. Hex color #7DA835 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA835 is #8257CA. Grayscale: #8E8E8E. Windows color (decimal): -8542155 or 3516541. OLE color: 3516541.

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

Color convert

RGB 125 168 53 -
CMYK 0.26 0 0.68 0.34
HSL 82.43º 0.52% 0.43% -
HSV(B) 82.43º 0.68% 0.66% -
XYZ 23.1 32.62 8.45 -
YUV 142.03 77.75 115.85 -
System Red Green Blue C M Y K H S L
Decimal 125 168 53 0.26 0 0.68 0.34 82.43 0.52 0.43
Hex 7D A8 35 1A 0 44 22 52 34 2B
Octal 175 250 65 32 0 104 42 122 64 53
Binary 1111101 10101000 110101 11010 0 1000100 100010 1010010 110100 101011

Color Harmonies of #7DA835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA835

Black with #7DA835

Text Example


Text Example

White with #7DA835

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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