Html Css Color HEX #7D9841 Sushi

📋 copy color: '#7D9841'

red 125 ◦ green 152 ◦ blue 65

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

Shades of Sushi #7D9841

Tints of Sushi #7D9841

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.44%

 BLUE value IS 65 (25.78% from 255) = 19.01%

R = 36.55%
G = 44.44%
B = 19.01%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#7D9841 (or 0x7D9841) is known color: Sushi. HEX triplet: 7D, 98 and 41. RGB value is (125,152,65). Sum of RGB (Red+Green+Blue) = 125+152+65=342 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.55% from 342); Green value is 152 (59.77% from 255 or 44.44% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 152 - color contains mainly: green. Hex color #7D9841 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9841 is #8267BE. Grayscale: #868686. Windows color (decimal): -8546239 or 4298877. OLE color: 4298877.

HSL color Cylindrical-coordinate representation of color #7D9841: hue angle of 78.62º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7D9841 is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB 125 152 65 -
CMYK 0.18 0 0.57 0.40
HSL 78.62º 0.4% 0.43% -
HSV(B) 78.62º 0.57% 0.6% -
XYZ 20.64 27.2 9.16 -
YUV 134.01 89.05 121.57 -
System Red Green Blue C M Y K H S L
Decimal 125 152 65 0.18 0 0.57 0.40 78.62 0.4 0.43
Hex 7D 98 41 12 0 39 28 4F 28 2B
Octal 175 230 101 22 0 71 50 117 50 53
Binary 1111101 10011000 1000001 10010 0 111001 101000 1001111 101000 101011

Color Harmonies of #7D9841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9841

Black with #7D9841

Text Example


Text Example

White with #7D9841

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,152,65); }

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

background-color css

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

 a { background-color: rgb(125,152,65); }

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

border-color css

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

 span { border-color: rgb(125,152,65); }

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