Html Css Color HEX #7C942A Sushi

📋 copy color: '#7C942A'

red 124 ◦ green 148 ◦ blue 42

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

Shades of Sushi #7C942A

Tints of Sushi #7C942A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.38%

R = 39.49%
G = 47.13%
B = 13.38%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#7C942A (or 0x7C942A) is known color: Sushi. HEX triplet: 7C, 94 and 2A. RGB value is (124,148,42). Sum of RGB (Red+Green+Blue) = 124+148+42=314 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.49% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 42 (16.80% from 255 or 13.38% from 314); Max value from RGB is 148 - color contains mainly: green. Hex color #7C942A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C942A is #836BD5. Grayscale: #818181. Windows color (decimal): -8612822 or 2790524. OLE color: 2790524.

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

Color convert

RGB 124 148 42 -
CMYK 0.16 0 0.72 0.42
HSL 73.58º 0.56% 0.37% -
HSV(B) 73.58º 0.72% 0.58% -
XYZ 19.32 25.63 6.12 -
YUV 128.74 79.05 124.62 -
System Red Green Blue C M Y K H S L
Decimal 124 148 42 0.16 0 0.72 0.42 73.58 0.56 0.37
Hex 7C 94 2A 10 0 48 2A 4A 38 25
Octal 174 224 52 20 0 110 52 112 70 45
Binary 1111100 10010100 101010 10000 0 1001000 101010 1001010 111000 100101

Color Harmonies of #7C942A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C942A

Black with #7C942A

Text Example


Text Example

White with #7C942A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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