#7C9234

Color #7C9234 Wasabi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wasabi #7C9234

Tints of Wasabi #7C9234

Color information

#7C9234 (or 0x7C9234) is unknown color: approx Wasabi. HEX triplet: 7C, 92 and 34. RGB value is (124,146,52). Sum of RGB (Red+Green+Blue) = 124+146+52=322 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.51% from 322); Green value is 146 (57.42% from 255 or 45.34% from 322); Blue value is 52 (20.70% from 255 or 16.15% from 322); Max value from RGB is 146 - color contains mainly: green. Hex color #7C9234 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9234 is #836DCB. Grayscale: #818181. Windows color (decimal): -8613324 or 3445372. OLE color: 3445372.

HSL color Cylindrical-coordinate representation of color #7C9234: hue angle of 74.04º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7C9234 is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.43.

Color convert

RGB12414652-
CMYK0.1500.640.43
HSL74.04º47.47%38.82%-
HSV(B)74.04º64.38%57.25%-
XYZ19.2125.097.08-
YUV128.7184.71124.64-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.51%
GREEN value IS 146 (57.42% from 255) = 45.34%
BLUE value IS 52 (20.70% from 255) = 16.15%
R=38.51%
G=45.34%
B=16.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal124146520.1500.640.4374.0447.4738.82
Hex7C9234F0402B4a2f27
Octal17422264170100531125747
Binary1111100100100101101001111010000001010111001010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,146,52); }

 H1.HeaderClassName
 {
   color: #7C9234;
 }
 .AnyTagClassName
 {
   color: #7C9234;
 }
</style>
background-color css

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

 a { background-color: rgb(124,146,52); }

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

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

 span { border-color: rgb(124,146,52); }

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