Html Css Color HEX #7F9530 Wasabi

📋 copy color: '#7F9530'

red 127 ◦ green 149 ◦ blue 48

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

Shades of Wasabi #7F9530

Tints of Wasabi #7F9530

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.99%

 BLUE value IS 48 (19.14% from 255) = 14.81%

R = 39.2%
G = 45.99%
B = 14.81%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#7F9530 (or 0x7F9530) is known color: Wasabi. HEX triplet: 7F, 95 and 30. RGB value is (127,149,48). Sum of RGB (Red+Green+Blue) = 127+149+48=324 (42% of max value = 765). Red value is 127 (50% from 255 or 39.20% from 324); Green value is 149 (58.59% from 255 or 45.99% from 324); Blue value is 48 (19.14% from 255 or 14.81% from 324); Max value from RGB is 149 - color contains mainly: green. Hex color #7F9530 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9530 is #806ACF. Grayscale: #838383. Windows color (decimal): -8415952 or 3183999. OLE color: 3183999.

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

Color convert

RGB 127 149 48 -
CMYK 0.15 0 0.68 0.42
HSL 73.07º 0.51% 0.39% -
HSV(B) 73.07º 0.68% 0.58% -
XYZ 20.03 26.22 6.8 -
YUV 130.91 81.21 125.21 -
System Red Green Blue C M Y K H S L
Decimal 127 149 48 0.15 0 0.68 0.42 73.07 0.51 0.39
Hex 7F 95 30 F 0 44 2A 49 33 27
Octal 177 225 60 17 0 104 52 111 63 47
Binary 1111111 10010101 110000 1111 0 1000100 101010 1001001 110011 100111

Color Harmonies of #7F9530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9530

Black with #7F9530

Text Example


Text Example

White with #7F9530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,149,48); }

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

background-color css

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

 a { background-color: rgb(127,149,48); }

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

border-color css

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

 span { border-color: rgb(127,149,48); }

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