Html Css Color HEX #7DA527 Sushi

📋 copy color: '#7DA527'

red 125 ◦ green 165 ◦ blue 39

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

Shades of Sushi #7DA527

Tints of Sushi #7DA527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.85%

R = 37.99%
G = 50.15%
B = 11.85%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#7DA527 (or 0x7DA527) is known color: Sushi. HEX triplet: 7D, A5 and 27. RGB value is (125,165,39). Sum of RGB (Red+Green+Blue) = 125+165+39=329 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.99% from 329); Green value is 165 (64.84% from 255 or 50.15% from 329); Blue value is 39 (15.62% from 255 or 11.85% from 329); Max value from RGB is 165 - color contains mainly: green. Hex color #7DA527 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA527 is #825AD8. Grayscale: #8B8B8B. Windows color (decimal): -8542937 or 2598269. OLE color: 2598269.

HSL color Cylindrical-coordinate representation of color #7DA527: hue angle of 79.05º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7DA527 is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB 125 165 39 -
CMYK 0.24 0 0.76 0.35
HSL 79.05º 0.62% 0.4% -
HSV(B) 79.05º 0.76% 0.65% -
XYZ 22.28 31.42 6.81 -
YUV 138.68 71.75 118.25 -
System Red Green Blue C M Y K H S L
Decimal 125 165 39 0.24 0 0.76 0.35 79.05 0.62 0.4
Hex 7D A5 27 18 0 4C 23 4F 3E 28
Octal 175 245 47 30 0 114 43 117 76 50
Binary 1111101 10100101 100111 11000 0 1001100 100011 1001111 111110 101000

Color Harmonies of #7DA527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA527

Black with #7DA527

Text Example


Text Example

White with #7DA527

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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