Html Css Color HEX #7F963D Wasabi

📋 copy color: '#7F963D'

red 127 ◦ green 150 ◦ blue 61

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

Shades of Wasabi #7F963D

Tints of Wasabi #7F963D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.38%

 BLUE value IS 61 (24.22% from 255) = 18.05%

R = 37.57%
G = 44.38%
B = 18.05%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.59

 K value IS 0.41

RGB Variations

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

Color information

#7F963D (or 0x7F963D) is known color: Wasabi. HEX triplet: 7F, 96 and 3D. RGB value is (127,150,61). Sum of RGB (Red+Green+Blue) = 127+150+61=338 (44% of max value = 765). Red value is 127 (50% from 255 or 37.57% from 338); Green value is 150 (58.98% from 255 or 44.38% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 150 - color contains mainly: green. Hex color #7F963D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F963D is #8069C2. Grayscale: #858585. Windows color (decimal): -8415683 or 4036223. OLE color: 4036223.

HSL color Cylindrical-coordinate representation of color #7F963D: hue angle of 75.51º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7F963D is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.41.

Color convert

RGB 127 150 61 -
CMYK 0.15 0 0.59 0.41
HSL 75.51º 0.42% 0.41% -
HSV(B) 75.51º 0.59% 0.59% -
XYZ 20.5 26.66 8.48 -
YUV 132.98 87.38 123.74 -
System Red Green Blue C M Y K H S L
Decimal 127 150 61 0.15 0 0.59 0.41 75.51 0.42 0.41
Hex 7F 96 3D F 0 3B 29 4C 2A 29
Octal 177 226 75 17 0 73 51 114 52 51
Binary 1111111 10010110 111101 1111 0 111011 101001 1001100 101010 101001

Color Harmonies of #7F963D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F963D

Black with #7F963D

Text Example


Text Example

White with #7F963D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,150,61); }

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

background-color css

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

 a { background-color: rgb(127,150,61); }

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

border-color css

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

 span { border-color: rgb(127,150,61); }

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