Html Css Color HEX #7F8740 Wasabi

📋 copy color: '#7F8740'

red 127 ◦ green 135 ◦ blue 64

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

Shades of Wasabi #7F8740

Tints of Wasabi #7F8740

RGB

 RED value IS 127 (50% from 255) = 38.96%

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

 BLUE value IS 64 (25.39% from 255) = 19.63%

R = 38.96%
G = 41.41%
B = 19.63%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#7F8740 (or 0x7F8740) is known color: Wasabi. HEX triplet: 7F, 87 and 40. RGB value is (127,135,64). Sum of RGB (Red+Green+Blue) = 127+135+64=326 (43% of max value = 765). Red value is 127 (50% from 255 or 38.96% from 326); Green value is 135 (53.12% from 255 or 41.41% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 135 - color contains mainly: green. Hex color #7F8740 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F8740 is #8078BF. Grayscale: #7C7C7C. Windows color (decimal): -8419520 or 4228991. OLE color: 4228991.

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

Color convert

RGB 127 135 64 -
CMYK 0.06 0 0.53 0.47
HSL 66.76º 0.36% 0.39% -
HSV(B) 66.76º 0.53% 0.53% -
XYZ 18.34 22.21 8.17 -
YUV 124.51 93.85 129.77 -
System Red Green Blue C M Y K H S L
Decimal 127 135 64 0.06 0 0.53 0.47 66.76 0.36 0.39
Hex 7F 87 40 6 0 35 2F 43 24 27
Octal 177 207 100 6 0 65 57 103 44 47
Binary 1111111 10000111 1000000 110 0 110101 101111 1000011 100100 100111

Color Harmonies of #7F8740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8740

Black with #7F8740

Text Example


Text Example

White with #7F8740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,135,64); }

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

background-color css

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

 a { background-color: rgb(127,135,64); }

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

border-color css

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

 span { border-color: rgb(127,135,64); }

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