Html Css Color HEX #7C9431 Sushi

📋 copy color: '#7C9431'

red 124 ◦ green 148 ◦ blue 49

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

Shades of Sushi #7C9431

Tints of Sushi #7C9431

RGB

 RED value IS 124 (48.83% from 255) = 38.63%

 GREEN value IS 148 (58.2% from 255) = 46.11%

 BLUE value IS 49 (19.53% from 255) = 15.26%

R = 38.63%
G = 46.11%
B = 15.26%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#7C9431 (or 0x7C9431) is known color: Sushi. HEX triplet: 7C, 94 and 31. RGB value is (124,148,49). Sum of RGB (Red+Green+Blue) = 124+148+49=321 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.63% from 321); Green value is 148 (58.20% from 255 or 46.11% from 321); Blue value is 49 (19.53% from 255 or 15.26% from 321); Max value from RGB is 148 - color contains mainly: green. Hex color #7C9431 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9431 is #836BCE. Grayscale: #818181. Windows color (decimal): -8612815 or 3249276. OLE color: 3249276.

HSL color Cylindrical-coordinate representation of color #7C9431: hue angle of 74.55º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7C9431 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB 124 148 49 -
CMYK 0.16 0 0.67 0.42
HSL 74.55º 0.5% 0.39% -
HSV(B) 74.55º 0.67% 0.58% -
XYZ 19.46 25.69 6.84 -
YUV 129.54 82.55 124.05 -
System Red Green Blue C M Y K H S L
Decimal 124 148 49 0.16 0 0.67 0.42 74.55 0.5 0.39
Hex 7C 94 31 10 0 43 2A 4B 32 27
Octal 174 224 61 20 0 103 52 113 62 47
Binary 1111100 10010100 110001 10000 0 1000011 101010 1001011 110010 100111

Color Harmonies of #7C9431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C9431

Black with #7C9431

Text Example


Text Example

White with #7C9431

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,148,49); }

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

background-color css

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

 a { background-color: rgb(124,148,49); }

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

border-color css

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

 span { border-color: rgb(124,148,49); }

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