Html Css Color HEX #7D9C41 Sushi

📋 copy color: '#7D9C41'

red 125 ◦ green 156 ◦ blue 65

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

Shades of Sushi #7D9C41

Tints of Sushi #7D9C41

RGB

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

 GREEN value IS 156 (61.33% from 255) = 45.09%

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

R = 36.13%
G = 45.09%
B = 18.79%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.58

 K value IS 0.39

RGB Variations

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

Color information

#7D9C41 (or 0x7D9C41) is known color: Sushi. HEX triplet: 7D, 9C and 41. RGB value is (125,156,65). Sum of RGB (Red+Green+Blue) = 125+156+65=346 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.13% from 346); Green value is 156 (61.33% from 255 or 45.09% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 156 - color contains mainly: green. Hex color #7D9C41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9C41 is #8263BE. Grayscale: #888888. Windows color (decimal): -8545215 or 4299901. OLE color: 4299901.

HSL color Cylindrical-coordinate representation of color #7D9C41: hue angle of 80.44º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7D9C41 is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB 125 156 65 -
CMYK 0.20 0 0.58 0.39
HSL 80.44º 0.41% 0.43% -
HSV(B) 80.44º 0.58% 0.61% -
XYZ 21.3 28.52 9.38 -
YUV 136.36 87.73 119.9 -
System Red Green Blue C M Y K H S L
Decimal 125 156 65 0.20 0 0.58 0.39 80.44 0.41 0.43
Hex 7D 9C 41 14 0 3A 27 50 29 2B
Octal 175 234 101 24 0 72 47 120 51 53
Binary 1111101 10011100 1000001 10100 0 111010 100111 1010000 101001 101011

Color Harmonies of #7D9C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9C41

Black with #7D9C41

Text Example


Text Example

White with #7D9C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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