Html Css Color HEX #7DA735 Sushi

📋 copy color: '#7DA735'

red 125 ◦ green 167 ◦ blue 53

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

Shades of Sushi #7DA735

Tints of Sushi #7DA735

RGB

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

 GREEN value IS 167 (65.63% from 255) = 48.41%

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

R = 36.23%
G = 48.41%
B = 15.36%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#7DA735 (or 0x7DA735) is known color: Sushi. HEX triplet: 7D, A7 and 35. RGB value is (125,167,53). Sum of RGB (Red+Green+Blue) = 125+167+53=345 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.23% from 345); Green value is 167 (65.62% from 255 or 48.41% from 345); Blue value is 53 (21.09% from 255 or 15.36% from 345); Max value from RGB is 167 - color contains mainly: green. Hex color #7DA735 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA735 is #8258CA. Grayscale: #8D8D8D. Windows color (decimal): -8542411 or 3516285. OLE color: 3516285.

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

Color convert

RGB 125 167 53 -
CMYK 0.25 0 0.68 0.35
HSL 82.11º 0.52% 0.43% -
HSV(B) 82.11º 0.68% 0.65% -
XYZ 22.92 32.25 8.39 -
YUV 141.45 78.09 116.27 -
System Red Green Blue C M Y K H S L
Decimal 125 167 53 0.25 0 0.68 0.35 82.11 0.52 0.43
Hex 7D A7 35 19 0 44 23 52 34 2B
Octal 175 247 65 31 0 104 43 122 64 53
Binary 1111101 10100111 110101 11001 0 1000100 100011 1010010 110100 101011

Color Harmonies of #7DA735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA735

Black with #7DA735

Text Example


Text Example

White with #7DA735

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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