Html Css Color HEX #7C9942 Sushi

📋 copy color: '#7C9942'

red 124 ◦ green 153 ◦ blue 66

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

Shades of Sushi #7C9942

Tints of Sushi #7C9942

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.61%

 BLUE value IS 66 (26.17% from 255) = 19.24%

R = 36.15%
G = 44.61%
B = 19.24%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#7C9942 (or 0x7C9942) is known color: Sushi. HEX triplet: 7C, 99 and 42. RGB value is (124,153,66). Sum of RGB (Red+Green+Blue) = 124+153+66=343 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.15% from 343); Green value is 153 (60.16% from 255 or 44.61% from 343); Blue value is 66 (26.17% from 255 or 19.24% from 343); Max value from RGB is 153 - color contains mainly: green. Hex color #7C9942 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9942 is #8366BD. Grayscale: #868686. Windows color (decimal): -8611518 or 4364668. OLE color: 4364668.

HSL color Cylindrical-coordinate representation of color #7C9942: hue angle of 80º 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 #7C9942 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.4.

Color convert

RGB 124 153 66 -
CMYK 0.19 0 0.57 0.4
HSL 80º 0.4% 0.43% -
HSV(B) 80º 0.57% 0.6% -
XYZ 20.69 27.46 9.36 -
YUV 134.41 89.39 120.57 -
System Red Green Blue C M Y K H S L
Decimal 124 153 66 0.19 0 0.57 0.4 80 0.4 0.43
Hex 7C 99 42 13 0 39 28 50 28 2B
Octal 174 231 102 23 0 71 50 120 50 53
Binary 1111100 10011001 1000010 10011 0 111001 101000 1010000 101000 101011

Color Harmonies of #7C9942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C9942

Black with #7C9942

Text Example


Text Example

White with #7C9942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,153,66); }

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

background-color css

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

 a { background-color: rgb(124,153,66); }

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

border-color css

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

 span { border-color: rgb(124,153,66); }

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