Html Css Color HEX #7B9230 Wasabi

📋 copy color: '#7B9230'

red 123 ◦ green 146 ◦ blue 48

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

Shades of Wasabi #7B9230

Tints of Wasabi #7B9230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.14%

R = 38.8%
G = 46.06%
B = 15.14%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.67

 K value IS 0.43

RGB Variations

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

Color information

#7B9230 (or 0x7B9230) is known color: Wasabi. HEX triplet: 7B, 92 and 30. RGB value is (123,146,48). Sum of RGB (Red+Green+Blue) = 123+146+48=317 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.80% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 48 (19.14% from 255 or 15.14% from 317); Max value from RGB is 146 - color contains mainly: green. Hex color #7B9230 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9230 is #846DCF. Grayscale: #808080. Windows color (decimal): -8678864 or 3183227. OLE color: 3183227.

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

Color convert

RGB 123 146 48 -
CMYK 0.16 0 0.67 0.43
HSL 74.08º 0.51% 0.38% -
HSV(B) 74.08º 0.67% 0.57% -
XYZ 18.98 24.98 6.62 -
YUV 127.95 82.88 124.47 -
System Red Green Blue C M Y K H S L
Decimal 123 146 48 0.16 0 0.67 0.43 74.08 0.51 0.38
Hex 7B 92 30 10 0 43 2B 4A 33 26
Octal 173 222 60 20 0 103 53 112 63 46
Binary 1111011 10010010 110000 10000 0 1000011 101011 1001010 110011 100110

Color Harmonies of #7B9230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9230

Black with #7B9230

Text Example


Text Example

White with #7B9230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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