Html Css Color HEX #7E8238 Wasabi

📋 copy color: '#7E8238'

red 126 ◦ green 130 ◦ blue 56

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

Shades of Wasabi #7E8238

Tints of Wasabi #7E8238

RGB

 RED value IS 126 (49.61% from 255) = 40.38%

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

 BLUE value IS 56 (22.27% from 255) = 17.95%

R = 40.38%
G = 41.67%
B = 17.95%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#7E8238 (or 0x7E8238) is known color: Wasabi. HEX triplet: 7E, 82 and 38. RGB value is (126,130,56). Sum of RGB (Red+Green+Blue) = 126+130+56=312 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.38% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 130 - color contains mainly: green. Hex color #7E8238 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8238 is #817DC7. Grayscale: #787878. Windows color (decimal): -8486344 or 3703422. OLE color: 3703422.

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

Color convert

RGB 126 130 56 -
CMYK 0.03 0 0.57 0.49
HSL 63.24º 0.4% 0.36% -
HSV(B) 63.24º 0.57% 0.51% -
XYZ 17.3 20.69 6.82 -
YUV 120.37 91.67 132.02 -
System Red Green Blue C M Y K H S L
Decimal 126 130 56 0.03 0 0.57 0.49 63.24 0.4 0.36
Hex 7E 82 38 3 0 39 31 3F 28 24
Octal 176 202 70 3 0 71 61 77 50 44
Binary 1111110 10000010 111000 11 0 111001 110001 111111 101000 100100

Color Harmonies of #7E8238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8238

Black with #7E8238

Text Example


Text Example

White with #7E8238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,130,56); }

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

background-color css

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

 a { background-color: rgb(126,130,56); }

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

border-color css

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

 span { border-color: rgb(126,130,56); }

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