Html Css Color HEX #7C8731 Wasabi

📋 copy color: '#7C8731'

red 124 ◦ green 135 ◦ blue 49

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

Shades of Wasabi #7C8731

Tints of Wasabi #7C8731

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.83%

 BLUE value IS 49 (19.53% from 255) = 15.91%

R = 40.26%
G = 43.83%
B = 15.91%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#7C8731 (or 0x7C8731) is known color: Wasabi. HEX triplet: 7C, 87 and 31. RGB value is (124,135,49). Sum of RGB (Red+Green+Blue) = 124+135+49=308 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.26% from 308); Green value is 135 (53.12% from 255 or 43.83% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 135 - color contains mainly: green. Hex color #7C8731 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8731 is #8378CE. Grayscale: #7A7A7A. Windows color (decimal): -8616143 or 3245948. OLE color: 3245948.

HSL color Cylindrical-coordinate representation of color #7C8731: hue angle of 67.67º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7C8731 is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 124 135 49 -
CMYK 0.08 0 0.64 0.47
HSL 67.67º 0.47% 0.36% -
HSV(B) 67.67º 0.64% 0.53% -
XYZ 17.53 21.83 6.2 -
YUV 121.91 86.86 129.49 -
System Red Green Blue C M Y K H S L
Decimal 124 135 49 0.08 0 0.64 0.47 67.67 0.47 0.36
Hex 7C 87 31 8 0 40 2F 44 2F 24
Octal 174 207 61 10 0 100 57 104 57 44
Binary 1111100 10000111 110001 1000 0 1000000 101111 1000100 101111 100100

Color Harmonies of #7C8731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8731

Black with #7C8731

Text Example


Text Example

White with #7C8731

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,135,49); }

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

background-color css

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

 a { background-color: rgb(124,135,49); }

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

border-color css

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

 span { border-color: rgb(124,135,49); }

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