Html Css Color HEX #7C8236 Wasabi

📋 copy color: '#7C8236'

red 124 ◦ green 130 ◦ blue 54

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

Shades of Wasabi #7C8236

Tints of Wasabi #7C8236

RGB

 RED value IS 124 (48.83% from 255) = 40.26%

 GREEN value IS 130 (51.17% from 255) = 42.21%

 BLUE value IS 54 (21.48% from 255) = 17.53%

R = 40.26%
G = 42.21%
B = 17.53%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#7C8236 (or 0x7C8236) is known color: Wasabi. HEX triplet: 7C, 82 and 36. RGB value is (124,130,54). Sum of RGB (Red+Green+Blue) = 124+130+54=308 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.26% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 54 (21.48% from 255 or 17.53% from 308); Max value from RGB is 130 - color contains mainly: green. Hex color #7C8236 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8236 is #837DC9. Grayscale: #777777. Windows color (decimal): -8617418 or 3572348. OLE color: 3572348.

HSL color Cylindrical-coordinate representation of color #7C8236: hue angle of 64.74º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7C8236 is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB 124 130 54 -
CMYK 0.05 0 0.58 0.49
HSL 64.74º 0.41% 0.36% -
HSV(B) 64.74º 0.58% 0.51% -
XYZ 16.96 20.52 6.56 -
YUV 119.54 91.01 131.18 -
System Red Green Blue C M Y K H S L
Decimal 124 130 54 0.05 0 0.58 0.49 64.74 0.41 0.36
Hex 7C 82 36 5 0 3A 31 41 29 24
Octal 174 202 66 5 0 72 61 101 51 44
Binary 1111100 10000010 110110 101 0 111010 110001 1000001 101001 100100

Color Harmonies of #7C8236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8236

Black with #7C8236

Text Example


Text Example

White with #7C8236

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,130,54); }

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

background-color css

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

 a { background-color: rgb(124,130,54); }

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

border-color css

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

 span { border-color: rgb(124,130,54); }

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