Html Css Color HEX #7B942E Sushi

📋 copy color: '#7B942E'

red 123 ◦ green 148 ◦ blue 46

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

Shades of Sushi #7B942E

Tints of Sushi #7B942E

RGB

 RED value IS 123 (48.44% from 255) = 38.8%

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

 BLUE value IS 46 (18.36% from 255) = 14.51%

R = 38.8%
G = 46.69%
B = 14.51%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#7B942E (or 0x7B942E) is known color: Sushi. HEX triplet: 7B, 94 and 2E. RGB value is (123,148,46). Sum of RGB (Red+Green+Blue) = 123+148+46=317 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.80% from 317); Green value is 148 (58.20% from 255 or 46.69% from 317); Blue value is 46 (18.36% from 255 or 14.51% from 317); Max value from RGB is 148 - color contains mainly: green. Hex color #7B942E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B942E is #846BD1. Grayscale: #818181. Windows color (decimal): -8678354 or 3052667. OLE color: 3052667.

HSL color Cylindrical-coordinate representation of color #7B942E: hue angle of 74.71º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7B942E is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB 123 148 46 -
CMYK 0.17 0 0.69 0.42
HSL 74.71º 0.53% 0.38% -
HSV(B) 74.71º 0.69% 0.58% -
XYZ 19.25 25.59 6.51 -
YUV 128.9 81.22 123.79 -
System Red Green Blue C M Y K H S L
Decimal 123 148 46 0.17 0 0.69 0.42 74.71 0.53 0.38
Hex 7B 94 2E 11 0 45 2A 4B 35 26
Octal 173 224 56 21 0 105 52 113 65 46
Binary 1111011 10010100 101110 10001 0 1000101 101010 1001011 110101 100110

Color Harmonies of #7B942E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B942E

Black with #7B942E

Text Example


Text Example

White with #7B942E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,148,46); }

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

background-color css

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

 a { background-color: rgb(123,148,46); }

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

border-color css

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

 span { border-color: rgb(123,148,46); }

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