Html Css Color HEX #7B9442 Wasabi

📋 copy color: '#7B9442'

red 123 ◦ green 148 ◦ blue 66

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

Shades of Wasabi #7B9442

Tints of Wasabi #7B9442

RGB

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

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

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

R = 36.5%
G = 43.92%
B = 19.58%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#7B9442 (or 0x7B9442) is known color: Wasabi. HEX triplet: 7B, 94 and 42. RGB value is (123,148,66). Sum of RGB (Red+Green+Blue) = 123+148+66=337 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.50% from 337); Green value is 148 (58.20% from 255 or 43.92% from 337); Blue value is 66 (26.17% from 255 or 19.58% from 337); Max value from RGB is 148 - color contains mainly: green. Hex color #7B9442 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9442 is #846BBD. Grayscale: #838383. Windows color (decimal): -8678334 or 4363387. OLE color: 4363387.

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

Color convert

RGB 123 148 66 -
CMYK 0.17 0 0.55 0.42
HSL 78.29º 0.38% 0.42% -
HSV(B) 78.29º 0.55% 0.58% -
XYZ 19.74 25.78 9.09 -
YUV 131.18 91.22 122.17 -
System Red Green Blue C M Y K H S L
Decimal 123 148 66 0.17 0 0.55 0.42 78.29 0.38 0.42
Hex 7B 94 42 11 0 37 2A 4E 26 2A
Octal 173 224 102 21 0 67 52 116 46 52
Binary 1111011 10010100 1000010 10001 0 110111 101010 1001110 100110 101010

Color Harmonies of #7B9442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9442

Black with #7B9442

Text Example


Text Example

White with #7B9442

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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