Html Css Color HEX #7DA534 Sushi

📋 copy color: '#7DA534'

red 125 ◦ green 165 ◦ blue 52

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

Shades of Sushi #7DA534

Tints of Sushi #7DA534

RGB

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

 GREEN value IS 165 (64.84% from 255) = 48.25%

 BLUE value IS 52 (20.7% from 255) = 15.2%

R = 36.55%
G = 48.25%
B = 15.2%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#7DA534 (or 0x7DA534) is known color: Sushi. HEX triplet: 7D, A5 and 34. RGB value is (125,165,52). Sum of RGB (Red+Green+Blue) = 125+165+52=342 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.55% from 342); Green value is 165 (64.84% from 255 or 48.25% from 342); Blue value is 52 (20.70% from 255 or 15.20% from 342); Max value from RGB is 165 - color contains mainly: green. Hex color #7DA534 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA534 is #825ACB. Grayscale: #8C8C8C. Windows color (decimal): -8542924 or 3450237. OLE color: 3450237.

HSL color Cylindrical-coordinate representation of color #7DA534: hue angle of 81.24º 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 #7DA534 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB 125 165 52 -
CMYK 0.24 0 0.68 0.35
HSL 81.24º 0.52% 0.43% -
HSV(B) 81.24º 0.68% 0.65% -
XYZ 22.53 31.52 8.14 -
YUV 140.16 78.25 117.19 -
System Red Green Blue C M Y K H S L
Decimal 125 165 52 0.24 0 0.68 0.35 81.24 0.52 0.43
Hex 7D A5 34 18 0 44 23 51 34 2B
Octal 175 245 64 30 0 104 43 121 64 53
Binary 1111101 10100101 110100 11000 0 1000100 100011 1010001 110100 101011

Color Harmonies of #7DA534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA534

Black with #7DA534

Text Example


Text Example

White with #7DA534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,165,52); }

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

background-color css

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

 a { background-color: rgb(125,165,52); }

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

border-color css

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

 span { border-color: rgb(125,165,52); }

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