Html Css Color HEX #7B9248 Wasabi

📋 copy color: '#7B9248'

red 123 ◦ green 146 ◦ blue 72

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

Shades of Wasabi #7B9248

Tints of Wasabi #7B9248

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.82%

 BLUE value IS 72 (28.52% from 255) = 21.11%

R = 36.07%
G = 42.82%
B = 21.11%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.51

 K value IS 0.43

RGB Variations

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

Color information

#7B9248 (or 0x7B9248) is known color: Wasabi. HEX triplet: 7B, 92 and 48. RGB value is (123,146,72). Sum of RGB (Red+Green+Blue) = 123+146+72=341 (45% of max value = 765). Red value is 123 (48.44% from 255 or 36.07% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 146 - color contains mainly: green. Hex color #7B9248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9248 is #846DB7. Grayscale: #828282. Windows color (decimal): -8678840 or 4756091. OLE color: 4756091.

HSL color Cylindrical-coordinate representation of color #7B9248: hue angle of 78.65º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B9248 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB 123 146 72 -
CMYK 0.16 0 0.51 0.43
HSL 78.65º 0.34% 0.43% -
HSV(B) 78.65º 0.51% 0.57% -
XYZ 19.62 25.24 9.97 -
YUV 130.69 94.88 122.52 -
System Red Green Blue C M Y K H S L
Decimal 123 146 72 0.16 0 0.51 0.43 78.65 0.34 0.43
Hex 7B 92 48 10 0 33 2B 4F 22 2B
Octal 173 222 110 20 0 63 53 117 42 53
Binary 1111011 10010010 1001000 10000 0 110011 101011 1001111 100010 101011

Color Harmonies of #7B9248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9248

Black with #7B9248

Text Example


Text Example

White with #7B9248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,146,72); }

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

background-color css

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

 a { background-color: rgb(123,146,72); }

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

border-color css

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

 span { border-color: rgb(123,146,72); }

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