Html Css Color HEX #7D9C44 Sushi

📋 copy color: '#7D9C44'

red 125 ◦ green 156 ◦ blue 68

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

Shades of Sushi #7D9C44

Tints of Sushi #7D9C44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.48%

R = 35.82%
G = 44.7%
B = 19.48%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.56

 K value IS 0.39

RGB Variations

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

Color information

#7D9C44 (or 0x7D9C44) is known color: Sushi. HEX triplet: 7D, 9C and 44. RGB value is (125,156,68). Sum of RGB (Red+Green+Blue) = 125+156+68=349 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.82% from 349); Green value is 156 (61.33% from 255 or 44.70% from 349); Blue value is 68 (26.95% from 255 or 19.48% from 349); Max value from RGB is 156 - color contains mainly: green. Hex color #7D9C44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9C44 is #8263BB. Grayscale: #898989. Windows color (decimal): -8545212 or 4496509. OLE color: 4496509.

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

Color convert

RGB 125 156 68 -
CMYK 0.20 0 0.56 0.39
HSL 81.14º 0.39% 0.44% -
HSV(B) 81.14º 0.56% 0.61% -
XYZ 21.39 28.55 9.85 -
YUV 136.7 89.23 119.66 -
System Red Green Blue C M Y K H S L
Decimal 125 156 68 0.20 0 0.56 0.39 81.14 0.39 0.44
Hex 7D 9C 44 14 0 38 27 51 27 2C
Octal 175 234 104 24 0 70 47 121 47 54
Binary 1111101 10011100 1000100 10100 0 111000 100111 1010001 100111 101100

Color Harmonies of #7D9C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9C44

Black with #7D9C44

Text Example


Text Example

White with #7D9C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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