Html Css Color HEX #7F952B Sushi

📋 copy color: '#7F952B'

red 127 ◦ green 149 ◦ blue 43

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

Shades of Sushi #7F952B

Tints of Sushi #7F952B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.48%

R = 39.81%
G = 46.71%
B = 13.48%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#7F952B (or 0x7F952B) is known color: Sushi. HEX triplet: 7F, 95 and 2B. RGB value is (127,149,43). Sum of RGB (Red+Green+Blue) = 127+149+43=319 (42% of max value = 765). Red value is 127 (50% from 255 or 39.81% from 319); Green value is 149 (58.59% from 255 or 46.71% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 149 - color contains mainly: green. Hex color #7F952B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F952B is #806AD4. Grayscale: #828282. Windows color (decimal): -8415957 or 2856319. OLE color: 2856319.

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

Color convert

RGB 127 149 43 -
CMYK 0.15 0 0.71 0.42
HSL 72.45º 0.55% 0.38% -
HSV(B) 72.45º 0.71% 0.58% -
XYZ 19.94 26.18 6.29 -
YUV 130.34 78.71 125.62 -
System Red Green Blue C M Y K H S L
Decimal 127 149 43 0.15 0 0.71 0.42 72.45 0.55 0.38
Hex 7F 95 2B F 0 47 2A 48 37 26
Octal 177 225 53 17 0 107 52 110 67 46
Binary 1111111 10010101 101011 1111 0 1000111 101010 1001000 110111 100110

Color Harmonies of #7F952B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F952B

Black with #7F952B

Text Example


Text Example

White with #7F952B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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