Html Css Color HEX #7F8641 Wasabi

📋 copy color: '#7F8641'

red 127 ◦ green 134 ◦ blue 65

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

Shades of Wasabi #7F8641

Tints of Wasabi #7F8641

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.1%

 BLUE value IS 65 (25.78% from 255) = 19.94%

R = 38.96%
G = 41.1%
B = 19.94%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#7F8641 (or 0x7F8641) is known color: Wasabi. HEX triplet: 7F, 86 and 41. RGB value is (127,134,65). Sum of RGB (Red+Green+Blue) = 127+134+65=326 (43% of max value = 765). Red value is 127 (50% from 255 or 38.96% from 326); Green value is 134 (52.73% from 255 or 41.10% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 134 - color contains mainly: green. Hex color #7F8641 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F8641 is #8079BE. Grayscale: #7C7C7C. Windows color (decimal): -8419775 or 4294271. OLE color: 4294271.

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

Color convert

RGB 127 134 65 -
CMYK 0.05 0 0.51 0.47
HSL 66.09º 0.35% 0.39% -
HSV(B) 66.09º 0.51% 0.53% -
XYZ 18.23 21.94 8.28 -
YUV 124.04 94.68 130.11 -
System Red Green Blue C M Y K H S L
Decimal 127 134 65 0.05 0 0.51 0.47 66.09 0.35 0.39
Hex 7F 86 41 5 0 33 2F 42 23 27
Octal 177 206 101 5 0 63 57 102 43 47
Binary 1111111 10000110 1000001 101 0 110011 101111 1000010 100011 100111

Color Harmonies of #7F8641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8641

Black with #7F8641

Text Example


Text Example

White with #7F8641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,134,65); }

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

background-color css

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

 a { background-color: rgb(127,134,65); }

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

border-color css

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

 span { border-color: rgb(127,134,65); }

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