Html Css Color HEX #7D9D46 Sushi

📋 copy color: '#7D9D46'

red 125 ◦ green 157 ◦ blue 70

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

Shades of Sushi #7D9D46

Tints of Sushi #7D9D46

RGB

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

 GREEN value IS 157 (61.72% from 255) = 44.6%

 BLUE value IS 70 (27.73% from 255) = 19.89%

R = 35.51%
G = 44.6%
B = 19.89%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.55

 K value IS 0.38

RGB Variations

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

Color information

#7D9D46 (or 0x7D9D46) is known color: Sushi. HEX triplet: 7D, 9D and 46. RGB value is (125,157,70). Sum of RGB (Red+Green+Blue) = 125+157+70=352 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.51% from 352); Green value is 157 (61.72% from 255 or 44.60% from 352); Blue value is 70 (27.73% from 255 or 19.89% from 352); Max value from RGB is 157 - color contains mainly: green. Hex color #7D9D46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9D46 is #8262B9. Grayscale: #898989. Windows color (decimal): -8544954 or 4627837. OLE color: 4627837.

HSL color Cylindrical-coordinate representation of color #7D9D46: hue angle of 82.07º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7D9D46 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB 125 157 70 -
CMYK 0.20 0 0.55 0.38
HSL 82.07º 0.38% 0.45% -
HSV(B) 82.07º 0.55% 0.62% -
XYZ 21.62 28.92 10.24 -
YUV 137.51 89.9 119.07 -
System Red Green Blue C M Y K H S L
Decimal 125 157 70 0.20 0 0.55 0.38 82.07 0.38 0.45
Hex 7D 9D 46 14 0 37 26 52 26 2D
Octal 175 235 106 24 0 67 46 122 46 55
Binary 1111101 10011101 1000110 10100 0 110111 100110 1010010 100110 101101

Color Harmonies of #7D9D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9D46

Black with #7D9D46

Text Example


Text Example

White with #7D9D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,157,70); }

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

background-color css

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

 a { background-color: rgb(125,157,70); }

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

border-color css

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

 span { border-color: rgb(125,157,70); }

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