Html Css Color HEX #7D9735 Sushi

📋 copy color: '#7D9735'

red 125 ◦ green 151 ◦ blue 53

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

Shades of Sushi #7D9735

Tints of Sushi #7D9735

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.9%

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

R = 37.99%
G = 45.9%
B = 16.11%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#7D9735 (or 0x7D9735) is known color: Sushi. HEX triplet: 7D, 97 and 35. RGB value is (125,151,53). Sum of RGB (Red+Green+Blue) = 125+151+53=329 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.99% from 329); Green value is 151 (59.38% from 255 or 45.90% from 329); Blue value is 53 (21.09% from 255 or 16.11% from 329); Max value from RGB is 151 - color contains mainly: green. Hex color #7D9735 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9735 is #8268CA. Grayscale: #848484. Windows color (decimal): -8546507 or 3512189. OLE color: 3512189.

HSL color Cylindrical-coordinate representation of color #7D9735: hue angle of 75.92º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7D9735 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB 125 151 53 -
CMYK 0.17 0 0.65 0.41
HSL 75.92º 0.48% 0.4% -
HSV(B) 75.92º 0.65% 0.59% -
XYZ 20.17 26.75 7.47 -
YUV 132.05 83.39 122.97 -
System Red Green Blue C M Y K H S L
Decimal 125 151 53 0.17 0 0.65 0.41 75.92 0.48 0.4
Hex 7D 97 35 11 0 41 29 4C 30 28
Octal 175 227 65 21 0 101 51 114 60 50
Binary 1111101 10010111 110101 10001 0 1000001 101001 1001100 110000 101000

Color Harmonies of #7D9735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9735

Black with #7D9735

Text Example


Text Example

White with #7D9735

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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