Html Css Color HEX #7F8B33 Wasabi

📋 copy color: '#7F8B33'

red 127 ◦ green 139 ◦ blue 51

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

Shades of Wasabi #7F8B33

Tints of Wasabi #7F8B33

RGB

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

 GREEN value IS 139 (54.69% from 255) = 43.85%

 BLUE value IS 51 (20.31% from 255) = 16.09%

R = 40.06%
G = 43.85%
B = 16.09%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.63

 K value IS 0.45

RGB Variations

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

Color information

#7F8B33 (or 0x7F8B33) is known color: Wasabi. HEX triplet: 7F, 8B and 33. RGB value is (127,139,51). Sum of RGB (Red+Green+Blue) = 127+139+51=317 (41% of max value = 765). Red value is 127 (50% from 255 or 40.06% from 317); Green value is 139 (54.69% from 255 or 43.85% from 317); Blue value is 51 (20.31% from 255 or 16.09% from 317); Max value from RGB is 139 - color contains mainly: green. Hex color #7F8B33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F8B33 is #8074CC. Grayscale: #7D7D7D. Windows color (decimal): -8418509 or 3378047. OLE color: 3378047.

HSL color Cylindrical-coordinate representation of color #7F8B33: hue angle of 68.18º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7F8B33 is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB 127 139 51 -
CMYK 0.09 0 0.63 0.45
HSL 68.18º 0.46% 0.37% -
HSV(B) 68.18º 0.63% 0.55% -
XYZ 18.58 23.22 6.63 -
YUV 125.38 86.02 129.16 -
System Red Green Blue C M Y K H S L
Decimal 127 139 51 0.09 0 0.63 0.45 68.18 0.46 0.37
Hex 7F 8B 33 9 0 3F 2D 44 2E 25
Octal 177 213 63 11 0 77 55 104 56 45
Binary 1111111 10001011 110011 1001 0 111111 101101 1000100 101110 100101

Color Harmonies of #7F8B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8B33

Black with #7F8B33

Text Example


Text Example

White with #7F8B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,139,51); }

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

background-color css

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

 a { background-color: rgb(127,139,51); }

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

border-color css

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

 span { border-color: rgb(127,139,51); }

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